Searched defs:BindMaps (Results 1 – 1 of 1) sorted by relevance
44 struct BindMaps { struct45 uint8_t maxImageBinding { 0 }; // next free imagetexture unit46 uint8_t maxUniformBinding { 0 }; // next free uniform block binding47 uint8_t maxStorageBinding { 0 }; // next free storege buffer binding48 uint8_t maxCSamplerBinding { 0 }; // next combined sampler 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 unit[all …]