VkDeviceGroupCommandBufferBeginInfoKHR

Type Alias VkDeviceGroupCommandBufferBeginInfoKHR 

Source
pub type VkDeviceGroupCommandBufferBeginInfoKHR = VkDeviceGroupCommandBufferBeginInfo;

Aliased Type§

#[repr(C)]
pub struct VkDeviceGroupCommandBufferBeginInfoKHR { pub sType: u32, pub pNext: *const c_void, pub deviceMask: u32, }

Fields§

§sType: u32§pNext: *const c_void§deviceMask: u32