Struct ash::vk::InstanceFnV1_1[][src]

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_vkEnumeratePhysicalDeviceGroupsget_physical_device_features2: PFN_vkGetPhysicalDeviceFeatures2get_physical_device_properties2: PFN_vkGetPhysicalDeviceProperties2get_physical_device_format_properties2: PFN_vkGetPhysicalDeviceFormatProperties2get_physical_device_image_format_properties2: PFN_vkGetPhysicalDeviceImageFormatProperties2get_physical_device_queue_family_properties2: PFN_vkGetPhysicalDeviceQueueFamilyProperties2get_physical_device_memory_properties2: PFN_vkGetPhysicalDeviceMemoryProperties2get_physical_device_sparse_image_format_properties2: PFN_vkGetPhysicalDeviceSparseImageFormatProperties2get_physical_device_external_buffer_properties: PFN_vkGetPhysicalDeviceExternalBufferPropertiesget_physical_device_external_fence_properties: PFN_vkGetPhysicalDeviceExternalFencePropertiesget_physical_device_external_semaphore_properties: PFN_vkGetPhysicalDeviceExternalSemaphoreProperties

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.