[][src]Struct intel_genxml::gen75::_3dStateSbe

pub struct _3dStateSbe {
    pub dword_length: u32,
    pub _3d_command_sub_opcode: u32,
    pub _3d_command_opcode: u32,
    pub command_subtype: u32,
    pub command_type: u32,
    pub vertex_urb_entry_read_offset: u32,
    pub vertex_urb_entry_read_length: u32,
    pub point_sprite_texture_coordinate_origin: u32,
    pub attribute_swizzle_enable: bool,
    pub number_of_sf_output_attributes: u32,
    pub attribute_swizzle_control_mode: u32,
    pub attribute: [SfOutputAttributeDetail; 16],
    pub point_sprite_texture_coordinate_enable: u32,
    pub constant_interpolation_enable: u32,
    pub attribute_0_wrapshortest_enables: u32,
    pub attribute_1_wrapshortest_enables: u32,
    pub attribute_2_wrapshortest_enables: u32,
    pub attribute_3_wrapshortest_enables: u32,
    pub attribute_4_wrapshortest_enables: u32,
    pub attribute_5_wrapshortest_enables: u32,
    pub attribute_6_wrapshortest_enables: u32,
    pub attribute_7_wrapshortest_enables: u32,
    pub attribute_8_wrapshortest_enables: u32,
    pub attribute_9_wrapshortest_enables: u32,
    pub attribute_10_wrapshortest_enables: u32,
    pub attribute_11_wrapshortest_enables: u32,
    pub attribute_12_wrapshortest_enables: u32,
    pub attribute_13_wrapshortest_enables: u32,
    pub attribute_14_wrapshortest_enables: u32,
    pub attribute_15_wrapshortest_enables: u32,
}

Fields

dword_length: u32_3d_command_sub_opcode: u32_3d_command_opcode: u32command_subtype: u32command_type: u32vertex_urb_entry_read_offset: u32vertex_urb_entry_read_length: u32point_sprite_texture_coordinate_origin: u32attribute_swizzle_enable: boolnumber_of_sf_output_attributes: u32attribute_swizzle_control_mode: u32attribute: [SfOutputAttributeDetail; 16]point_sprite_texture_coordinate_enable: u32constant_interpolation_enable: u32attribute_0_wrapshortest_enables: u32attribute_1_wrapshortest_enables: u32attribute_2_wrapshortest_enables: u32attribute_3_wrapshortest_enables: u32attribute_4_wrapshortest_enables: u32attribute_5_wrapshortest_enables: u32attribute_6_wrapshortest_enables: u32attribute_7_wrapshortest_enables: u32attribute_8_wrapshortest_enables: u32attribute_9_wrapshortest_enables: u32attribute_10_wrapshortest_enables: u32attribute_11_wrapshortest_enables: u32attribute_12_wrapshortest_enables: u32attribute_13_wrapshortest_enables: u32attribute_14_wrapshortest_enables: u32attribute_15_wrapshortest_enables: u32

Methods

impl _3dStateSbe[src]

pub const DWORD_LENGTH: u32[src]

pub const LOWERLEFT: u32[src]

pub const UPPERLEFT: u32[src]

Trait Implementations

impl Default for _3dStateSbe[src]

impl Deserialize for _3dStateSbe[src]

impl<'_> From<&'_ [u32; 14]> for _3dStateSbe[src]

impl Serialize for _3dStateSbe[src]

type Out = [u32; 14]

Auto Trait Implementations

impl RefUnwindSafe for _3dStateSbe

impl Send for _3dStateSbe

impl Sync for _3dStateSbe

impl Unpin for _3dStateSbe

impl UnwindSafe for _3dStateSbe

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.