[][src]Struct intel_genxml::gen11::_3dStateRaster

pub struct _3dStateRaster {
    pub dword_length: u32,
    pub _3d_command_sub_opcode: u32,
    pub _3d_command_opcode: u32,
    pub command_subtype: u32,
    pub command_type: u32,
    pub viewport_z_near_clip_test_enable: bool,
    pub scissor_rectangle_enable: bool,
    pub antialiasing_enable: bool,
    pub back_face_fill_mode: u32,
    pub front_face_fill_mode: u32,
    pub global_depth_offset_enable_point: bool,
    pub global_depth_offset_enable_wireframe: bool,
    pub global_depth_offset_enable_solid: bool,
    pub dx_multisample_rasterization_mode: u32,
    pub dx_multisample_rasterization_enable: bool,
    pub smooth_point_enable: bool,
    pub force_multisampling: u32,
    pub cull_mode: u32,
    pub forced_sample_count: u32,
    pub front_winding: u32,
    pub api_mode: u32,
    pub conservative_rasterization_enable: bool,
    pub viewport_z_far_clip_test_enable: bool,
    pub global_depth_offset_constant: f32,
    pub global_depth_offset_scale: f32,
    pub global_depth_offset_clamp: f32,
}

Fields

dword_length: u32_3d_command_sub_opcode: u32_3d_command_opcode: u32command_subtype: u32command_type: u32viewport_z_near_clip_test_enable: boolscissor_rectangle_enable: boolantialiasing_enable: boolback_face_fill_mode: u32front_face_fill_mode: u32global_depth_offset_enable_point: boolglobal_depth_offset_enable_wireframe: boolglobal_depth_offset_enable_solid: booldx_multisample_rasterization_mode: u32dx_multisample_rasterization_enable: boolsmooth_point_enable: boolforce_multisampling: u32cull_mode: u32forced_sample_count: u32front_winding: u32api_mode: u32conservative_rasterization_enable: boolviewport_z_far_clip_test_enable: boolglobal_depth_offset_constant: f32global_depth_offset_scale: f32global_depth_offset_clamp: f32

Methods

impl _3dStateRaster[src]

pub const DWORD_LENGTH: u32[src]

pub const BACK: u32[src]

pub const BOTH: u32[src]

pub const CLOCKWISE: u32[src]

pub const COUNTER_CLOCKWISE: u32[src]

pub const DX10_0: u32[src]

pub const DX10_1: u32[src]

pub const DX9_OGL: u32[src]

pub const FRONT: u32[src]

pub const MSRASTMODE_OFF_PATTERN: u32[src]

pub const MSRASTMODE_OFF_PIXEL: u32[src]

pub const MSRASTMODE_ON_PATTERN: u32[src]

pub const MSRASTMODE_ON_PIXEL: u32[src]

pub const NONE: u32[src]

pub const NUMRASTSAMPLES_0: u32[src]

pub const NUMRASTSAMPLES_1: u32[src]

pub const NUMRASTSAMPLES_16: u32[src]

pub const NUMRASTSAMPLES_2: u32[src]

pub const NUMRASTSAMPLES_4: u32[src]

pub const NUMRASTSAMPLES_8: u32[src]

pub const POINT: u32[src]

pub const SOLID: u32[src]

pub const WIREFRAME: u32[src]

Trait Implementations

impl Default for _3dStateRaster[src]

impl Deserialize for _3dStateRaster[src]

impl<'_> From<&'_ [u32; 5]> for _3dStateRaster[src]

impl Serialize for _3dStateRaster[src]

type Out = [u32; 5]

Auto Trait Implementations

impl RefUnwindSafe for _3dStateRaster

impl Send for _3dStateRaster

impl Sync for _3dStateRaster

impl Unpin for _3dStateRaster

impl UnwindSafe for _3dStateRaster

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.