BufferArray

Type Alias BufferArray 

Source
pub type BufferArray<const N: ResourceIndex> = ResourceArray<BufferPiece, N>;

Aliased Type§

pub struct BufferArray<const N: ResourceIndex> { /* private fields */ }

Trait Implementations§

Source§

impl<'a, const N: ResourceIndex> HasShaderBinding for &'a BufferArray<N>

Source§

impl<'a, const N: ResourceIndex> ShaderBindable for &'a BufferArray<N>

Source§

fn bind_to(&self, ctx: &mut PipelineContext<'_>, index: u32)