[−][src]Struct intel_genxml::gen7::_3dStateClip
Fields
dword_length: u32
_3d_command_sub_opcode: u32
_3d_command_opcode: u32
command_subtype: u32
command_type: u32
user_clip_distance_cull_test_enable_bitmask: u32
statistics_enable: bool
cull_mode: u32
early_cull_enable: bool
vertex_sub_pixel_precision_select: u32
front_winding: u32
triangle_fan_provoking_vertex_select: u32
line_strip_list_provoking_vertex_select: u32
triangle_strip_list_provoking_vertex_select: u32
non_perspective_barycentric_enable: bool
perspective_divide_disable: bool
clip_mode: u32
user_clip_distance_clip_test_enable_bitmask: u32
guardband_clip_test_enable: bool
viewport_z_clip_test_enable: bool
viewport_xy_clip_test_enable: bool
api_mode: u32
clip_enable: bool
maximum_vp_index: u32
force_zero_rta_index_enable: bool
maximum_point_width: f32
minimum_point_width: f32
Methods
impl _3dStateClip
[src]
pub const DWORD_LENGTH: u32
[src]
pub const APIMODE_D3D: u32
[src]
pub const APIMODE_OGL: u32
[src]
pub const BACK: u32
[src]
pub const BOTH: u32
[src]
pub const CLIPMODE_ACCEPT_ALL: u32
[src]
pub const CLIPMODE_NORMAL: u32
[src]
pub const CLIPMODE_REJECT_ALL: u32
[src]
pub const FRONT: u32
[src]
pub const NONE: u32
[src]
pub const VERTEX_0: u32
[src]
pub const VERTEX_1: u32
[src]
pub const VERTEX_2: u32
[src]
Trait Implementations
impl Default for _3dStateClip
[src]
impl Deserialize for _3dStateClip
[src]
impl<'_> From<&'_ [u32; 4]> for _3dStateClip
[src]
impl Serialize for _3dStateClip
[src]
Auto Trait Implementations
impl RefUnwindSafe for _3dStateClip
impl Send for _3dStateClip
impl Sync for _3dStateClip
impl Unpin for _3dStateClip
impl UnwindSafe for _3dStateClip
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>,