TextureArray

Type Alias TextureArray 

Source
pub type TextureArray<const N: ResourceIndex> = ResourceArray<TextureView, N>;

Aliased Type§

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

Trait Implementations§

Source§

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

Source§

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

Source§

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