Struct gltf::StateFunctions [] [src]

pub struct StateFunctions {
    pub blend_color: Option<[f64; 4]>,
    pub blend_equation: Option<[u32; 2]>,
    pub blend_function: Option<[bool; 4]>,
    pub color_mask: Option<[bool; 4]>,
    pub cull_face: Option<u32>,
    pub depth_function: Option<u32>,
    pub depth_range: Option<[f32; 2]>,
    pub front_face: Option<u32>,
    pub line_width: Option<f32>,
    pub polygon_offset: Option<[f32; 2]>,
    pub scissor: Option<[u32; 4]>,
}

Fields

Trait Implementations

impl Debug for StateFunctions
[src]

Formats the value using the given formatter.