Enum glium::texture::DepthStencilFormat
[−]
[src]
pub enum DepthStencilFormat {
I24I8,
F32I8,
}List of formats available for depth-stencil textures.
Variants
I24I8 | |
F32I8 |
Methods
impl DepthStencilFormat
fn to_texture_format(self) -> TextureFormat
Turns this format into a more generic TextureFormat.