Module binding

Source
Expand description

Bind groups and the bindings in them.

Structs§

BindGroupLayoutEntry
Describes a single binding inside a bind group.
ShaderStages
Describes the shader stages that a binding will be visible from.

Enums§

BindingType
Type of a binding in a bind group layout.
BufferBindingType
Specific type of a buffer binding.
SamplerBindingType
Specific type of a sampler binding.