Struct ash::vk::InstanceFnV1_1
source · pub struct InstanceFnV1_1 {
pub enumerate_physical_device_groups: PFN_vkEnumeratePhysicalDeviceGroups,
pub get_physical_device_features2: PFN_vkGetPhysicalDeviceFeatures2,
pub get_physical_device_properties2: PFN_vkGetPhysicalDeviceProperties2,
pub get_physical_device_format_properties2: PFN_vkGetPhysicalDeviceFormatProperties2,
pub get_physical_device_image_format_properties2: PFN_vkGetPhysicalDeviceImageFormatProperties2,
pub get_physical_device_queue_family_properties2: PFN_vkGetPhysicalDeviceQueueFamilyProperties2,
pub get_physical_device_memory_properties2: PFN_vkGetPhysicalDeviceMemoryProperties2,
pub get_physical_device_sparse_image_format_properties2: PFN_vkGetPhysicalDeviceSparseImageFormatProperties2,
pub get_physical_device_external_buffer_properties: PFN_vkGetPhysicalDeviceExternalBufferProperties,
pub get_physical_device_external_fence_properties: PFN_vkGetPhysicalDeviceExternalFenceProperties,
pub get_physical_device_external_semaphore_properties: PFN_vkGetPhysicalDeviceExternalSemaphoreProperties,
}Fields§
§enumerate_physical_device_groups: PFN_vkEnumeratePhysicalDeviceGroups§get_physical_device_features2: PFN_vkGetPhysicalDeviceFeatures2§get_physical_device_properties2: PFN_vkGetPhysicalDeviceProperties2§get_physical_device_format_properties2: PFN_vkGetPhysicalDeviceFormatProperties2§get_physical_device_image_format_properties2: PFN_vkGetPhysicalDeviceImageFormatProperties2§get_physical_device_queue_family_properties2: PFN_vkGetPhysicalDeviceQueueFamilyProperties2§get_physical_device_memory_properties2: PFN_vkGetPhysicalDeviceMemoryProperties2§get_physical_device_sparse_image_format_properties2: PFN_vkGetPhysicalDeviceSparseImageFormatProperties2§get_physical_device_external_buffer_properties: PFN_vkGetPhysicalDeviceExternalBufferProperties§get_physical_device_external_fence_properties: PFN_vkGetPhysicalDeviceExternalFenceProperties§get_physical_device_external_semaphore_properties: PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesImplementations§
Trait Implementations§
source§impl Clone for InstanceFnV1_1
impl Clone for InstanceFnV1_1
source§fn clone(&self) -> InstanceFnV1_1
fn clone(&self) -> InstanceFnV1_1
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