pub trait TextureInput { // Required method fn size(&self) -> Size<u32>; }
Trait for input textures used during uniform binding,
Gets the size of this input texture.