Struct vulkanalia_sys::StencilOpState
source · [−]#[repr(C)]pub struct StencilOpState {
pub fail_op: StencilOp,
pub pass_op: StencilOp,
pub depth_fail_op: StencilOp,
pub compare_op: CompareOp,
pub compare_mask: u32,
pub write_mask: u32,
pub reference: u32,
}Expand description
Fields
fail_op: StencilOppass_op: StencilOpdepth_fail_op: StencilOpcompare_op: CompareOpcompare_mask: u32write_mask: u32reference: u32Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for StencilOpState
impl Send for StencilOpState
impl Sync for StencilOpState
impl Unpin for StencilOpState
impl UnwindSafe for StencilOpState
Blanket Implementations
Mutably borrows from an owned value. Read more