[][src]Struct intel_genxml::gen8::_3dStateSf

pub struct _3dStateSf {
    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_transform_enable: bool,
    pub statistics_enable: bool,
    pub legacy_global_depth_bias_enable: bool,
    pub chv_line_width: f32,
    pub line_end_cap_antialiasing_region_width: u32,
    pub line_width: f32,
    pub point_width: f32,
    pub point_width_source: u32,
    pub vertex_sub_pixel_precision_select: u32,
    pub smooth_point_enable: bool,
    pub aa_line_distance_mode: u32,
    pub triangle_fan_provoking_vertex_select: u32,
    pub line_strip_list_provoking_vertex_select: u32,
    pub triangle_strip_list_provoking_vertex_select: u32,
    pub last_pixel_enable: bool,
}

Fields

dword_length: u32_3d_command_sub_opcode: u32_3d_command_opcode: u32command_subtype: u32command_type: u32viewport_transform_enable: boolstatistics_enable: boollegacy_global_depth_bias_enable: boolchv_line_width: f32line_end_cap_antialiasing_region_width: u32line_width: f32point_width: f32point_width_source: u32vertex_sub_pixel_precision_select: u32smooth_point_enable: boolaa_line_distance_mode: u32triangle_fan_provoking_vertex_select: u32line_strip_list_provoking_vertex_select: u32triangle_strip_list_provoking_vertex_select: u32last_pixel_enable: bool

Methods

impl _3dStateSf[src]

pub const DWORD_LENGTH: u32[src]

pub const AALINEDISTANCE_TRUE: u32[src]

pub const STATE: u32[src]

pub const VERTEX: u32[src]

pub const _0_5_PIXELS: u32[src]

pub const _1_0_PIXELS: u32[src]

pub const _2_0_PIXELS: u32[src]

pub const _4_0_PIXELS: u32[src]

pub const _4_BIT: u32[src]

pub const _8_BIT: u32[src]

Trait Implementations

impl Default for _3dStateSf[src]

impl Deserialize for _3dStateSf[src]

impl<'_> From<&'_ [u32; 4]> for _3dStateSf[src]

impl Serialize for _3dStateSf[src]

type Out = [u32; 4]

Auto Trait Implementations

impl RefUnwindSafe for _3dStateSf

impl Send for _3dStateSf

impl Sync for _3dStateSf

impl Unpin for _3dStateSf

impl UnwindSafe for _3dStateSf

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.