Home
last modified time | relevance | path

Searched defs:ReflectionHeader (Results 1 – 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
Dmain.cpp544 struct ReflectionHeader { struct
545 uint8_t tag[sizeof(REFLECTION_TAG)];
546 uint16_t type;
547 uint16_t offsetPushConstants;
548 uint16_t offsetSpecializationConstants;
549 uint16_t offsetDescriptorSets;
550 uint16_t offsetInputs;
574 if (reflectionData.size() < sizeof(ReflectionHeader)) { in IsValid() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
Dshader_manager.cpp2129 struct ReflectionHeader { struct
2141 if (reflectionData.size() < sizeof(ReflectionHeader)) { in IsValid() argument