Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp551 uint16_t offsetLocalSize; member
679 if (header.offsetLocalSize && header.offsetLocalSize < reflectionData.size()) {
680 auto ptr = reflectionData.data() + header.offsetLocalSize;
1261 uint16_t offsetLocalSize = 0;
1339 offsetLocalSize = static_cast<uint16_t>(reflection.size());
1360 *ptr++ = offsetLocalSize & 0xff;
1361 *ptr++ = (offsetLocalSize >> 8) & 0xff;
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp2136 uint16_t offsetLocalSize;
2251 if (header.offsetLocalSize && header.offsetLocalSize < reflectionData.size()) {
2252 auto ptr = reflectionData.data() + header.offsetLocalSize;

Completed in 7 milliseconds