Module bind_group

Module bind_group 

Source

Structs§

BindGroupBuilder
Builder for bind groups IMPORTANT: order of adding entries sets also the binding index that should correspond with the layout and the shader
BindGroupDesc
Describes a bind group a series of entries
BindGroupWrapper
Wrapper for a bind group that also keep a handle on the resources in the bingroup. This helps with keeping track if the textures in the entries have changed and the bind group needs to be recreated

Enums§

BgResource
Since we want the BindGroupWrapper to keep a vector of the types of resources that are bound, we use an enum to deal with heterogeneous types

Functions§

align