Struct lava::vk_stencil_op_state::VkStencilOpState[][src]

pub struct VkStencilOpState {
    pub fail_op: VkStencilOp,
    pub pass_op: VkStencilOp,
    pub depth_fail_op: VkStencilOp,
    pub compare_op: VkCompareOp,
    pub compare_mask: u32,
    pub write_mask: u32,
    pub reference: usize,
}

Fields

Trait Implementations

impl Debug for VkStencilOpState
[src]

Formats the value using the given formatter. Read more

impl Clone for VkStencilOpState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkStencilOpState
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations