Type Alias vulkanalia_sys::DeviceGroupCommandBufferBeginInfoKHR
source · pub type DeviceGroupCommandBufferBeginInfoKHR = DeviceGroupCommandBufferBeginInfo;Expand description
Aliased Type§
struct DeviceGroupCommandBufferBeginInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub device_mask: u32,
}Fields§
§s_type: StructureType§next: *const c_void§device_mask: u32