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.

Trait Implementations

Derived Implementations

impl Eq for DepthStencilFormat

impl PartialEq for DepthStencilFormat

fn eq(&self, __arg_0: &DepthStencilFormat) -> bool

fn ne(&self, __arg_0: &DepthStencilFormat) -> bool

impl Copy for DepthStencilFormat

impl Clone for DepthStencilFormat

fn clone(&self) -> DepthStencilFormat

fn clone_from(&mut self, source: &Self)

impl Debug for DepthStencilFormat

fn fmt(&self, __arg_0: &mut Formatter) -> Result