Struct ash::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,
}Expand description
Raw Vulkan 1.1 instance-level function pointers
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 moreimpl Send for InstanceFnV1_1
impl Sync for InstanceFnV1_1
Auto Trait Implementations§
impl Freeze for InstanceFnV1_1
impl RefUnwindSafe for InstanceFnV1_1
impl Unpin for InstanceFnV1_1
impl UnwindSafe for InstanceFnV1_1
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)