Type Alias wgpu_hal::gles::SamplerBindMap
source ยท type SamplerBindMap = [Option<u8>; 16];
Expand description
For each texture in the pipeline layout, store the index of the only sampler (in this layout) that the texture is used with.