pub struct KhrDeviceGroupFn {
    pub get_device_group_peer_memory_features_khr: unsafe extern "system" fn(Device, u32, u32, u32, *mut PeerMemoryFeatureFlags),
    pub cmd_set_device_mask_khr: unsafe extern "system" fn(CommandBuffer, u32),
    pub cmd_dispatch_base_khr: unsafe extern "system" fn(CommandBuffer, u32, u32, u32, u32, u32, u32),
    pub get_device_group_present_capabilities_khr: unsafe extern "system" fn(Device, *mut DeviceGroupPresentCapabilitiesKHR) -> Result,
    pub get_device_group_surface_present_modes_khr: unsafe extern "system" fn(Device, SurfaceKHR, *mut DeviceGroupPresentModeFlagsKHR) -> Result,
    pub get_physical_device_present_rectangles_khr: unsafe extern "system" fn(PhysicalDevice, SurfaceKHR, *mut u32, *mut Rect2D) -> Result,
    pub acquire_next_image2_khr: unsafe extern "system" fn(Device, *const AcquireNextImageInfoKHR, *mut u32) -> Result,
}

Fields

get_device_group_peer_memory_features_khr: unsafe extern "system" fn(Device, u32, u32, u32, *mut PeerMemoryFeatureFlags)cmd_set_device_mask_khr: unsafe extern "system" fn(CommandBuffer, u32)cmd_dispatch_base_khr: unsafe extern "system" fn(CommandBuffer, u32, u32, u32, u32, u32, u32)get_device_group_present_capabilities_khr: unsafe extern "system" fn(Device, *mut DeviceGroupPresentCapabilitiesKHR) -> Resultget_device_group_surface_present_modes_khr: unsafe extern "system" fn(Device, SurfaceKHR, *mut DeviceGroupPresentModeFlagsKHR) -> Resultget_physical_device_present_rectangles_khr: unsafe extern "system" fn(PhysicalDevice, SurfaceKHR, *mut u32, *mut Rect2D) -> Resultacquire_next_image2_khr: unsafe extern "system" fn(Device, *const AcquireNextImageInfoKHR, *mut u32) -> Result

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.