Trait TextureInput

Source
pub trait TextureInput {
    // Required method
    fn size(&self) -> Size<u32>;
}
Expand description

Trait for input textures used during uniform binding,

Required Methods§

Source

fn size(&self) -> Size<u32>

Gets the size of this input texture.

Implementors§