Searched defs:BindMaps (Results 1 – 1 of 1) sorted by relevance
45 struct BindMaps { struct46 uint8_t maxImageBinding { 0 }; // next free imagetexture unit47 uint8_t maxUniformBinding { 0 }; // next free uniform block binding48 uint8_t maxStorageBinding { 0 }; // next free storege buffer binding50 uint8_t maxSamplerBinding { 0 }; // next sampler binding51 uint8_t maxTextureBinding { 0 }; // next texture binding52 uint8_t maxFinalBinding {56 … uint8_t map[Gles::ResourceLimits::MAX_BINDS] { 0 }; // mapping from set/binding -> "unit/binding"57 …inalMap[MAX_FINAL_BINDS] { 0 }; // mapping from sampler/texture combination -> texture sampler unit58 vector<Gles::PushConstantReflection> pushConstants;