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

Public Types

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

Static Public Attributes

static constexpr std::uint32_t PipelineId = core::Properties::SandstormSandPipelineId
 
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/sand.vert.spv"
 
static constexpr const char * FragmentShader
 

Detailed Description

Definition at line 78 of file Sandstorm.cpp.

Member Typedef Documentation

◆ DescriptorSets

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

Definition at line 88 of file Sandstorm.cpp.

◆ GlobalShaderPayload

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

Definition at line 87 of file Sandstorm.cpp.

Member Data Documentation

◆ ContainsTransparency

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

Definition at line 80 of file Sandstorm.cpp.

◆ CreateRenderPipeline

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

Definition at line 82 of file Sandstorm.cpp.

◆ EnableDepthTesting

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

Definition at line 93 of file Sandstorm.cpp.

◆ FragmentShader

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

Definition at line 96 of file Sandstorm.cpp.

◆ PipelineId

constexpr std::uint32_t bl::pcl::RenderConfigMap< Sand >::PipelineId = core::Properties::SandstormSandPipelineId
staticconstexpr

Definition at line 79 of file Sandstorm.cpp.

◆ RenderPassIds

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

Definition at line 84 of file Sandstorm.cpp.

◆ Topology

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

Definition at line 94 of file Sandstorm.cpp.

◆ VertexShader

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

Definition at line 95 of file Sandstorm.cpp.


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