Skip to main content

ComputeInstance

Type Alias ComputeInstance 

Source
pub type ComputeInstance = BindingInstance<Compute>;
Expand description

A Compute pipeline’s bind group — the buffers/textures it reads and writes for one dispatch.

Aliased Type§

pub struct ComputeInstance { /* private fields */ }