Struct vks::VkCommandBufferInheritanceInfo [] [src]

#[repr(C)]
pub struct VkCommandBufferInheritanceInfo { pub sType: VkStructureType, pub pNext: *const c_void, pub renderPass: VkRenderPass, pub subpass: u32, pub framebuffer: VkFramebuffer, pub occlusionQueryEnable: VkBool32, pub queryFlags: VkQueryControlFlags, pub pipelineStatistics: VkQueryPipelineStatisticFlags, }

Fields

Trait Implementations

impl Debug for VkCommandBufferInheritanceInfo
[src]

Formats the value using the given formatter.

impl Copy for VkCommandBufferInheritanceInfo
[src]

impl Clone for VkCommandBufferInheritanceInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkCommandBufferInheritanceInfo
[src]

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