[][src]Struct intel_genxml::gen75::DepthStencilState

pub struct DepthStencilState {
    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 double_sided_stencil_enable: bool,
    pub stencil_buffer_write_enable: bool,
    pub stencil_pass_depth_pass_op: _3dStencilOperation,
    pub stencil_pass_depth_fail_op: _3dStencilOperation,
    pub stencil_fail_op: _3dStencilOperation,
    pub stencil_test_function: _3dCompareFunction,
    pub stencil_test_enable: bool,
    pub backface_stencil_write_mask: u32,
    pub backface_stencil_test_mask: u32,
    pub stencil_write_mask: u32,
    pub stencil_test_mask: u32,
    pub depth_buffer_write_enable: bool,
    pub depth_test_function: _3dCompareFunction,
    pub depth_test_enable: bool,
}

Fields

backface_stencil_pass_depth_pass_op: _3dStencilOperationbackface_stencil_pass_depth_fail_op: _3dStencilOperationbackface_stencil_fail_op: _3dStencilOperationbackface_stencil_test_function: _3dCompareFunctiondouble_sided_stencil_enable: boolstencil_buffer_write_enable: boolstencil_pass_depth_pass_op: _3dStencilOperationstencil_pass_depth_fail_op: _3dStencilOperationstencil_fail_op: _3dStencilOperationstencil_test_function: _3dCompareFunctionstencil_test_enable: boolbackface_stencil_write_mask: u32backface_stencil_test_mask: u32stencil_write_mask: u32stencil_test_mask: u32depth_buffer_write_enable: booldepth_test_function: _3dCompareFunctiondepth_test_enable: bool

Methods

impl DepthStencilState[src]

pub const DWORD_LENGTH: u32[src]

Trait Implementations

impl Default for DepthStencilState[src]

impl Deserialize for DepthStencilState[src]

impl<'_> From<&'_ [u32; 3]> for DepthStencilState[src]

impl Serialize for DepthStencilState[src]

type Out = [u32; 3]

Auto Trait Implementations

impl RefUnwindSafe for DepthStencilState

impl Send for DepthStencilState

impl Sync for DepthStencilState

impl Unpin for DepthStencilState

impl UnwindSafe for DepthStencilState

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.