Searched refs:ShaderReflectionData (Results 1 – 3 of 3) sorted by relevance
518 struct ShaderReflectionData { struct532 ShaderReflectionData reflectionData; argument572 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 in GetSpecializationConstants()653 std::vector<VertexInputDeclaration::VertexInputAttributeDescription> ShaderReflectionData::GetInput… in GetInputDescriptions()675 UVec3 ShaderReflectionData::GetLocalSize() const in GetLocalSize()
2140 bool ShaderReflectionData::IsValid() const in IsValid()2149 ShaderStageFlags ShaderReflectionData::GetStageFlags() const in GetStageFlags()2157 PipelineLayout ShaderReflectionData::GetPipelineLayout() const in GetPipelineLayout()2203 vector<ShaderSpecialization::Constant> ShaderReflectionData::GetSpecializationConstants() const in GetSpecializationConstants()2226 vector<VertexInputDeclaration::VertexInputAttributeDescription> ShaderReflectionData::GetInputDescr… in GetInputDescriptions()2248 Math::UVec3 ShaderReflectionData::GetLocalSize() const in GetLocalSize()2263 const uint8_t* ShaderReflectionData::GetPushConstants() const in GetPushConstants()
77 struct ShaderReflectionData { struct93 ShaderReflectionData reflectionData; argument