Type Alias blade_graphics::BufferArray

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

Aliased Type§

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)