Struct ash::vk::InstanceFnV1_0
source · pub struct InstanceFnV1_0 {Show 13 fields
pub destroy_instance: PFN_vkDestroyInstance,
pub enumerate_physical_devices: PFN_vkEnumeratePhysicalDevices,
pub get_physical_device_features: PFN_vkGetPhysicalDeviceFeatures,
pub get_physical_device_format_properties: PFN_vkGetPhysicalDeviceFormatProperties,
pub get_physical_device_image_format_properties: PFN_vkGetPhysicalDeviceImageFormatProperties,
pub get_physical_device_properties: PFN_vkGetPhysicalDeviceProperties,
pub get_physical_device_queue_family_properties: PFN_vkGetPhysicalDeviceQueueFamilyProperties,
pub get_physical_device_memory_properties: PFN_vkGetPhysicalDeviceMemoryProperties,
pub get_device_proc_addr: PFN_vkGetDeviceProcAddr,
pub create_device: PFN_vkCreateDevice,
pub enumerate_device_extension_properties: PFN_vkEnumerateDeviceExtensionProperties,
pub enumerate_device_layer_properties: PFN_vkEnumerateDeviceLayerProperties,
pub get_physical_device_sparse_image_format_properties: PFN_vkGetPhysicalDeviceSparseImageFormatProperties,
}
Fields§
§destroy_instance: PFN_vkDestroyInstance
§enumerate_physical_devices: PFN_vkEnumeratePhysicalDevices
§get_physical_device_features: PFN_vkGetPhysicalDeviceFeatures
§get_physical_device_format_properties: PFN_vkGetPhysicalDeviceFormatProperties
§get_physical_device_image_format_properties: PFN_vkGetPhysicalDeviceImageFormatProperties
§get_physical_device_properties: PFN_vkGetPhysicalDeviceProperties
§get_physical_device_queue_family_properties: PFN_vkGetPhysicalDeviceQueueFamilyProperties
§get_physical_device_memory_properties: PFN_vkGetPhysicalDeviceMemoryProperties
§get_device_proc_addr: PFN_vkGetDeviceProcAddr
§create_device: PFN_vkCreateDevice
§enumerate_device_extension_properties: PFN_vkEnumerateDeviceExtensionProperties
§enumerate_device_layer_properties: PFN_vkEnumerateDeviceLayerProperties
§get_physical_device_sparse_image_format_properties: PFN_vkGetPhysicalDeviceSparseImageFormatProperties
Implementations§
Trait Implementations§
source§impl Clone for InstanceFnV1_0
impl Clone for InstanceFnV1_0
source§fn clone(&self) -> InstanceFnV1_0
fn clone(&self) -> InstanceFnV1_0
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