Enum glin::fbo::DepthFormat [−][src]
#[repr(u32)]
pub enum DepthFormat {
_16,
_24,
_32,
}Possible depth formats for a DepthAttachment
Variants
Implementations
impl DepthFormat[src]
impl DepthFormat[src]pub fn from(internal_format: GLenum) -> Option<DepthFormat>[src]
Trait Implementations
impl Clone for DepthFormat[src]
impl Clone for DepthFormat[src]fn clone(&self) -> DepthFormat[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for DepthFormat[src]
impl Default for DepthFormat[src]