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

Trait for input textures used during uniform binding,

Required Methods§

Gets the size of this input texture.

Implementors§