[−][src]Struct intel_genxml::gen12::_3dStateSf
Fields
dword_length: u32
_3d_command_sub_opcode: u32
_3d_command_opcode: u32
command_subtype: u32
command_type: u32
viewport_transform_enable: bool
statistics_enable: bool
legacy_global_depth_bias_enable: bool
line_width: f32
line_end_cap_antialiasing_region_width: u32
deref_block_size: u32
point_width: f32
point_width_source: u32
vertex_sub_pixel_precision_select: u32
smooth_point_enable: bool
aa_line_distance_mode: u32
triangle_fan_provoking_vertex_select: u32
line_strip_list_provoking_vertex_select: u32
triangle_strip_list_provoking_vertex_select: u32
last_pixel_enable: bool
Methods
impl _3dStateSf
[src]
pub const DWORD_LENGTH: u32
[src]
pub const AALINEDISTANCE_TRUE: u32
[src]
pub const BLOCK_DEREF_SIZE_32: u32
[src]
pub const BLOCK_DEREF_SIZE_8: u32
[src]
pub const PER_POLY_DEREF_MODE: 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]
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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,