pub type VkDeviceGroupCommandBufferBeginInfoKHR = VkDeviceGroupCommandBufferBeginInfo;Aliased Type§
struct VkDeviceGroupCommandBufferBeginInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub deviceMask: u32,
}Fields§
§sType: VkStructureType§pNext: *const c_void§deviceMask: u32