Castor3D 0.16.0
Multiplatform 3D engine
Public Attributes | List of all members
castor3d::OverlayRenderer::ComputePipeline Struct Reference

#include <OverlayRenderer.hpp>

Public Attributes

ashes::DescriptorSetLayoutPtr descriptorLayout {}
 
ashes::PipelineLayoutPtr pipelineLayout {}
 
ashes::PipelinePtr pipeline {}
 
ashes::DescriptorSetPoolPtr descriptorPool {}
 
ashes::DescriptorSetPtr descriptorSet {}
 
uint32_t count {}
 

Member Data Documentation

◆ count

uint32_t castor3d::OverlayRenderer::ComputePipeline::count {}

◆ descriptorLayout

ashes::DescriptorSetLayoutPtr castor3d::OverlayRenderer::ComputePipeline::descriptorLayout {}

◆ descriptorPool

ashes::DescriptorSetPoolPtr castor3d::OverlayRenderer::ComputePipeline::descriptorPool {}

◆ descriptorSet

ashes::DescriptorSetPtr castor3d::OverlayRenderer::ComputePipeline::descriptorSet {}

◆ pipeline

ashes::PipelinePtr castor3d::OverlayRenderer::ComputePipeline::pipeline {}

◆ pipelineLayout

ashes::PipelineLayoutPtr castor3d::OverlayRenderer::ComputePipeline::pipelineLayout {}

The documentation for this struct was generated from the following file: