wgpu_hal::gles

Type Alias SamplerBindMap

source
type SamplerBindMap = [Option<u8>; 16];
Available on gles only.
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.