Home
last modified time | relevance | path

Searched refs:offsetDescriptorSets (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp549 uint16_t offsetDescriptorSets; member
601 if (header.offsetDescriptorSets && header.offsetDescriptorSets < reflectionData.size()) { in GetPipelineLayout()
602 auto ptr = reflectionData.data() + header.offsetDescriptorSets; in GetPipelineLayout()
1259 uint16_t offsetDescriptorSets = 0;
1310 offsetDescriptorSets = static_cast<uint16_t>(reflection.size());
1356 *ptr++ = offsetDescriptorSets & 0xff;
1357 *ptr++ = (offsetDescriptorSets >> 8) & 0xff;
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp2134 uint16_t offsetDescriptorSets;
2168 if (header.offsetDescriptorSets && header.offsetDescriptorSets < reflectionData.size()) {
2169 auto ptr = reflectionData.data() + header.offsetDescriptorSets;

Completed in 6 milliseconds