[−][src]Struct intel_genxml::gen9::_3dStateRaster
Fields
dword_length: u32
_3d_command_sub_opcode: u32
_3d_command_opcode: u32
command_subtype: u32
command_type: u32
viewport_z_near_clip_test_enable: bool
scissor_rectangle_enable: bool
antialiasing_enable: bool
back_face_fill_mode: u32
front_face_fill_mode: u32
global_depth_offset_enable_point: bool
global_depth_offset_enable_wireframe: bool
global_depth_offset_enable_solid: bool
dx_multisample_rasterization_mode: u32
dx_multisample_rasterization_enable: bool
smooth_point_enable: bool
force_multisampling: u32
cull_mode: u32
forced_sample_count: u32
front_winding: u32
api_mode: u32
conservative_rasterization_enable: bool
viewport_z_far_clip_test_enable: bool
global_depth_offset_constant: f32
global_depth_offset_scale: f32
global_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]
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]
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>,