Module bindgroup

Source

Macros§

bind_group
Define a bind group, with internal buffer types (and their field names), and their shader visibility (see wgpu::ShaderStages).

Structs§

MewBindGroupLayout
Wrapper for the layout of some bind group, so that the compiler will scream at you if you mix up layouts.

Traits§

MewBindGroup
Trait for bind group wrapper types, to get layouts and descriptors about the inner bind group.