Struct vulkan_rs::VkClearDepthStencilValue [] [src]

#[repr(C)]
pub struct VkClearDepthStencilValue { pub depth: f32, pub stencil: u32, }

Structure specifying a clear depth stencil value

Fields

the clear value for the depth aspect of the depth/stencil attachment

the clear value for the stencil aspect of the depth/stencil attachment

Trait Implementations

impl Copy for VkClearDepthStencilValue
[src]

impl Clone for VkClearDepthStencilValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkClearDepthStencilValue
[src]

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