Enum glium::texture::StencilFormat
[−]
[src]
pub enum StencilFormat {
I1,
I4,
I8,
I16,
}List of formats available for stencil textures.
You are strongly advised to only use I8.
Variants
I1 | |
I4 | |
I8 | |
I16 |
Methods
impl StencilFormat
fn to_texture_format(self) -> TextureFormat
Turns this format into a more generic TextureFormat.