Home
last modified time | relevance | path

Searched refs:ShaderReflectionData (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp518 struct ShaderReflectionData { struct in Format::DescriptorType::VertexInputRate
532 ShaderReflectionData reflectionData;
572 bool ShaderReflectionData::IsValid() const in IsValid()
581 ShaderStageFlags ShaderReflectionData::GetStageFlags() const in GetStageFlags()
589 PipelineLayout ShaderReflectionData::GetPipelineLayout() const in GetPipelineLayout()
630 std::vector<ShaderSpecializationConstant> ShaderReflectionData::GetSpecializationConstants() const
653 std::vector<VertexInputDeclaration::VertexInputAttributeDescription> ShaderReflectionData::GetInputDescriptions() const
675 UVec3 ShaderReflectionData::GetLocalSize() const
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.h77 struct ShaderReflectionData { struct
93 ShaderReflectionData reflectionData;
H A Dshader_manager.cpp2139 bool ShaderReflectionData::IsValid() const
2148 ShaderStageFlags ShaderReflectionData::GetStageFlags() const
2156 PipelineLayout ShaderReflectionData::GetPipelineLayout() const
2202 vector<ShaderSpecialization::Constant> ShaderReflectionData::GetSpecializationConstants() const
2225 vector<VertexInputDeclaration::VertexInputAttributeDescription> ShaderReflectionData::GetInputDescriptions() const
2247 Math::UVec3 ShaderReflectionData::GetLocalSize() const
2262 const uint8_t* ShaderReflectionData::GetPushConstants() const

Completed in 10 milliseconds