Struct ash::vk::DeviceGroupPresentInfoKHR
source · #[repr(C)]pub struct DeviceGroupPresentInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub swapchain_count: u32,
pub p_device_masks: *const u32,
pub mode: DeviceGroupPresentModeFlagsKHR,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§swapchain_count: u32
§p_device_masks: *const u32
§mode: DeviceGroupPresentModeFlagsKHR
Implementations§
source§impl DeviceGroupPresentInfoKHR
impl DeviceGroupPresentInfoKHR
pub fn builder<'a>() -> DeviceGroupPresentInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for DeviceGroupPresentInfoKHR
impl Clone for DeviceGroupPresentInfoKHR
source§fn clone(&self) -> DeviceGroupPresentInfoKHR
fn clone(&self) -> DeviceGroupPresentInfoKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more