Struct ash::vk::KhrDeviceGroupFn
source · pub struct KhrDeviceGroupFn {
pub get_device_group_peer_memory_features_khr: PFN_vkGetDeviceGroupPeerMemoryFeatures,
pub cmd_set_device_mask_khr: PFN_vkCmdSetDeviceMask,
pub cmd_dispatch_base_khr: PFN_vkCmdDispatchBase,
pub get_device_group_present_capabilities_khr: PFN_vkGetDeviceGroupPresentCapabilitiesKHR,
pub get_device_group_surface_present_modes_khr: PFN_vkGetDeviceGroupSurfacePresentModesKHR,
pub get_physical_device_present_rectangles_khr: PFN_vkGetPhysicalDevicePresentRectanglesKHR,
pub acquire_next_image2_khr: PFN_vkAcquireNextImage2KHR,
}
Fields§
§get_device_group_peer_memory_features_khr: PFN_vkGetDeviceGroupPeerMemoryFeatures
§cmd_set_device_mask_khr: PFN_vkCmdSetDeviceMask
§cmd_dispatch_base_khr: PFN_vkCmdDispatchBase
§get_device_group_present_capabilities_khr: PFN_vkGetDeviceGroupPresentCapabilitiesKHR
§get_device_group_surface_present_modes_khr: PFN_vkGetDeviceGroupSurfacePresentModesKHR
§get_physical_device_present_rectangles_khr: PFN_vkGetPhysicalDevicePresentRectanglesKHR
§acquire_next_image2_khr: PFN_vkAcquireNextImage2KHR
Implementations§
Trait Implementations§
source§impl Clone for KhrDeviceGroupFn
impl Clone for KhrDeviceGroupFn
source§fn clone(&self) -> KhrDeviceGroupFn
fn clone(&self) -> KhrDeviceGroupFn
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