[][src]Struct intel_genxml::gen9::_3dStateWmDepthStencil

pub struct _3dStateWmDepthStencil {
    pub dword_length: u32,
    pub _3d_command_sub_opcode: u32,
    pub _3d_command_opcode: u32,
    pub command_subtype: u32,
    pub command_type: u32,
    pub depth_buffer_write_enable: bool,
    pub depth_test_enable: bool,
    pub stencil_buffer_write_enable: bool,
    pub stencil_test_enable: bool,
    pub double_sided_stencil_enable: bool,
    pub depth_test_function: _3dCompareFunction,
    pub stencil_test_function: _3dCompareFunction,
    pub backface_stencil_pass_depth_pass_op: _3dStencilOperation,
    pub backface_stencil_pass_depth_fail_op: _3dStencilOperation,
    pub backface_stencil_fail_op: _3dStencilOperation,
    pub backface_stencil_test_function: _3dCompareFunction,
    pub stencil_pass_depth_pass_op: _3dStencilOperation,
    pub stencil_pass_depth_fail_op: _3dStencilOperation,
    pub stencil_fail_op: _3dStencilOperation,
    pub backface_stencil_write_mask: u32,
    pub backface_stencil_test_mask: u32,
    pub stencil_write_mask: u32,
    pub stencil_test_mask: u32,
    pub backface_stencil_reference_value: u32,
    pub stencil_reference_value: u32,
}

Fields

dword_length: u32_3d_command_sub_opcode: u32_3d_command_opcode: u32command_subtype: u32command_type: u32depth_buffer_write_enable: booldepth_test_enable: boolstencil_buffer_write_enable: boolstencil_test_enable: booldouble_sided_stencil_enable: booldepth_test_function: _3dCompareFunctionstencil_test_function: _3dCompareFunctionbackface_stencil_pass_depth_pass_op: _3dStencilOperationbackface_stencil_pass_depth_fail_op: _3dStencilOperationbackface_stencil_fail_op: _3dStencilOperationbackface_stencil_test_function: _3dCompareFunctionstencil_pass_depth_pass_op: _3dStencilOperationstencil_pass_depth_fail_op: _3dStencilOperationstencil_fail_op: _3dStencilOperationbackface_stencil_write_mask: u32backface_stencil_test_mask: u32stencil_write_mask: u32stencil_test_mask: u32backface_stencil_reference_value: u32stencil_reference_value: u32

Methods

impl _3dStateWmDepthStencil[src]

pub const DWORD_LENGTH: u32[src]

Trait Implementations

impl Default for _3dStateWmDepthStencil[src]

impl Deserialize for _3dStateWmDepthStencil[src]

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

impl Serialize for _3dStateWmDepthStencil[src]

type Out = [u32; 4]

Auto Trait Implementations

impl RefUnwindSafe for _3dStateWmDepthStencil

impl Send for _3dStateWmDepthStencil

impl Sync for _3dStateWmDepthStencil

impl Unpin for _3dStateWmDepthStencil

impl UnwindSafe for _3dStateWmDepthStencil

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.