Struct vulkan_rs::VkCommandBufferBeginInfo [] [src]

#[repr(C)]
pub struct VkCommandBufferBeginInfo { pub sType: VkStructureType, pub pNext: *const c_void, pub flags: VkCommandBufferUsageFlags, pub pInheritanceInfo: *const VkCommandBufferInheritanceInfo, }

Structure specifying a command buffer begin operation

Fields

the type of this structure

NULL or a pointer to an extension-specific structure

a bitmask indicating usage behavior for the command buffer

Trait Implementations

impl Default for VkCommandBufferBeginInfo
[src]

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