Type Alias ash::vk::aliases::DeviceGroupCommandBufferBeginInfoKHR
source · pub type DeviceGroupCommandBufferBeginInfoKHR<'a> = DeviceGroupCommandBufferBeginInfo<'a>;
Aliased Type§
struct DeviceGroupCommandBufferBeginInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub device_mask: u32,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§device_mask: u32
§_marker: PhantomData<&'a ()>