[go: up one dir, main page]

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§

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.