Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
Dshader_reflection_data.cpp26 struct ReflectionHeader { struct
27 uint8_t tag[sizeof(REFLECTION_TAG)];
28 uint16_t type;
29 uint16_t offsetPushConstants;
30 uint16_t offsetSpecializationConstants;
31 uint16_t offsetDescriptorSets;
32 uint16_t offsetInputs;
33 uint16_t offsetLocalSize;
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
Dcompiler_main.cpp647 struct ReflectionHeader { struct
648 uint8_t tag[sizeof(REFLECTION_TAG)];
649 uint16_t type;
650 uint16_t offsetPushConstants;
651 uint16_t offsetSpecializationConstants;
652 uint16_t offsetDescriptorSets;
653 uint16_t offsetInputs;
654 uint16_t offsetLocalSize;