Skip to main content

Module bindgroup

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). All members are taken ownership of in the struct - good to note that they are reference-counted (Arc’d) by wgpu internally.

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 internal use to work with bind groups - getting their layouts and descriptors and whatnot.