Peoplemon  0.1.0
Peoplemon 3 game source documentation
Public Types | Static Public Attributes | List of all members
bl::pcl::RenderConfigMap< Particle > Struct Reference

Public Types

using GlobalShaderPayload = GlobalShaderInfo
 
using DescriptorSets = bl::pcl::RenderConfigDescriptorList< bl::rc::ds::TexturePoolFactory, bl::rc::ds::Scene2DFactory, bl::pcl::DescriptorSetFactory< Particle, GpuParticle > >
 

Static Public Attributes

static constexpr std::uint32_t PipelineId = core::Properties::FogPipelineId
 
static constexpr bool ContainsTransparency = true
 
static constexpr bool CreateRenderPipeline = true
 
static constexpr std::initializer_list< std::uint32_t > RenderPassIds
 
static constexpr bool EnableDepthTesting = true
 
static constexpr VkPrimitiveTopology Topology = VK_PRIMITIVE_TOPOLOGY_POINT_LIST
 
static constexpr const char * VertexShader = "Resources/Shaders/Particles/fog.vert.spv"
 
static constexpr const char * FragmentShader
 

Detailed Description

Definition at line 82 of file Fog.cpp.

Member Typedef Documentation

◆ DescriptorSets

using bl::pcl::RenderConfigMap< Particle >::DescriptorSets = bl::pcl::RenderConfigDescriptorList<bl::rc::ds::TexturePoolFactory, bl::rc::ds::Scene2DFactory, bl::pcl::DescriptorSetFactory<Particle, GpuParticle> >

Definition at line 92 of file Fog.cpp.

◆ GlobalShaderPayload

using bl::pcl::RenderConfigMap< Particle >::GlobalShaderPayload = GlobalShaderInfo

Definition at line 91 of file Fog.cpp.

Member Data Documentation

◆ ContainsTransparency

constexpr bool bl::pcl::RenderConfigMap< Particle >::ContainsTransparency = true
staticconstexpr

Definition at line 84 of file Fog.cpp.

◆ CreateRenderPipeline

constexpr bool bl::pcl::RenderConfigMap< Particle >::CreateRenderPipeline = true
staticconstexpr

Definition at line 86 of file Fog.cpp.

◆ EnableDepthTesting

constexpr bool bl::pcl::RenderConfigMap< Particle >::EnableDepthTesting = true
staticconstexpr

Definition at line 97 of file Fog.cpp.

◆ FragmentShader

constexpr const char* bl::pcl::RenderConfigMap< Particle >::FragmentShader
staticconstexpr
Initial value:
=
bl::rc::Config::ShaderIds::Fragment2DRotatedParticle

Definition at line 100 of file Fog.cpp.

◆ PipelineId

constexpr std::uint32_t bl::pcl::RenderConfigMap< Particle >::PipelineId = core::Properties::FogPipelineId
staticconstexpr

Definition at line 83 of file Fog.cpp.

◆ RenderPassIds

constexpr std::initializer_list<std::uint32_t> bl::pcl::RenderConfigMap< Particle >::RenderPassIds
staticconstexpr
Initial value:
=
bl::pcl::RenderConfigDefaults<Particle>::RenderPassIds

Definition at line 88 of file Fog.cpp.

◆ Topology

constexpr VkPrimitiveTopology bl::pcl::RenderConfigMap< Particle >::Topology = VK_PRIMITIVE_TOPOLOGY_POINT_LIST
staticconstexpr

Definition at line 98 of file Fog.cpp.

◆ VertexShader

constexpr const char* bl::pcl::RenderConfigMap< Particle >::VertexShader = "Resources/Shaders/Particles/fog.vert.spv"
staticconstexpr

Definition at line 99 of file Fog.cpp.


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