Struct vks::VkPipelineDepthStencilStateCreateInfo [] [src]

#[repr(C)]
pub struct VkPipelineDepthStencilStateCreateInfo { pub sType: VkStructureType, pub pNext: *const c_void, pub flags: VkPipelineDepthStencilStateCreateFlags, pub depthTestEnable: VkBool32, pub depthWriteEnable: VkBool32, pub depthCompareOp: VkCompareOp, pub depthBoundsTestEnable: VkBool32, pub stencilTestEnable: VkBool32, pub front: VkStencilOpState, pub back: VkStencilOpState, pub minDepthBounds: f32, pub maxDepthBounds: f32, }

Fields

Trait Implementations

impl Debug for VkPipelineDepthStencilStateCreateInfo
[src]

Formats the value using the given formatter.

impl Copy for VkPipelineDepthStencilStateCreateInfo
[src]

impl Clone for VkPipelineDepthStencilStateCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPipelineDepthStencilStateCreateInfo
[src]

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