Struct ash::vk::InstanceFnV1_0[][src]

pub struct InstanceFnV1_0 {
Show 13 fields pub destroy_instance: extern "system" fn(instance: Instance, p_allocator: *const AllocationCallbacks) -> c_void, pub enumerate_physical_devices: extern "system" fn(instance: Instance, p_physical_device_count: *mut u32, p_physical_devices: *mut PhysicalDevice) -> Result, pub get_physical_device_features: extern "system" fn(physical_device: PhysicalDevice, p_features: *mut PhysicalDeviceFeatures) -> c_void, pub get_physical_device_format_properties: extern "system" fn(physical_device: PhysicalDevice, format: Format, p_format_properties: *mut FormatProperties) -> c_void, pub get_physical_device_image_format_properties: extern "system" fn(physical_device: PhysicalDevice, format: Format, ty: ImageType, tiling: ImageTiling, usage: ImageUsageFlags, flags: ImageCreateFlags, p_image_format_properties: *mut ImageFormatProperties) -> Result, pub get_physical_device_properties: extern "system" fn(physical_device: PhysicalDevice, p_properties: *mut PhysicalDeviceProperties) -> c_void, pub get_physical_device_queue_family_properties: extern "system" fn(physical_device: PhysicalDevice, p_queue_family_property_count: *mut u32, p_queue_family_properties: *mut QueueFamilyProperties) -> c_void, pub get_physical_device_memory_properties: extern "system" fn(physical_device: PhysicalDevice, p_memory_properties: *mut PhysicalDeviceMemoryProperties) -> c_void, pub get_device_proc_addr: extern "system" fn(device: Device, p_name: *const c_char) -> PFN_vkVoidFunction, pub create_device: extern "system" fn(physical_device: PhysicalDevice, p_create_info: *const DeviceCreateInfo, p_allocator: *const AllocationCallbacks, p_device: *mut Device) -> Result, pub enumerate_device_extension_properties: extern "system" fn(physical_device: PhysicalDevice, p_layer_name: *const c_char, p_property_count: *mut u32, p_properties: *mut ExtensionProperties) -> Result, pub enumerate_device_layer_properties: extern "system" fn(physical_device: PhysicalDevice, p_property_count: *mut u32, p_properties: *mut LayerProperties) -> Result, pub get_physical_device_sparse_image_format_properties: extern "system" fn(physical_device: PhysicalDevice, format: Format, ty: ImageType, samples: SampleCountFlags, usage: ImageUsageFlags, tiling: ImageTiling, p_property_count: *mut u32, p_properties: *mut SparseImageFormatProperties) -> c_void,
}

Fields

destroy_instance: extern "system" fn(instance: Instance, p_allocator: *const AllocationCallbacks) -> c_voidenumerate_physical_devices: extern "system" fn(instance: Instance, p_physical_device_count: *mut u32, p_physical_devices: *mut PhysicalDevice) -> Resultget_physical_device_features: extern "system" fn(physical_device: PhysicalDevice, p_features: *mut PhysicalDeviceFeatures) -> c_voidget_physical_device_format_properties: extern "system" fn(physical_device: PhysicalDevice, format: Format, p_format_properties: *mut FormatProperties) -> c_voidget_physical_device_image_format_properties: extern "system" fn(physical_device: PhysicalDevice, format: Format, ty: ImageType, tiling: ImageTiling, usage: ImageUsageFlags, flags: ImageCreateFlags, p_image_format_properties: *mut ImageFormatProperties) -> Resultget_physical_device_properties: extern "system" fn(physical_device: PhysicalDevice, p_properties: *mut PhysicalDeviceProperties) -> c_voidget_physical_device_queue_family_properties: extern "system" fn(physical_device: PhysicalDevice, p_queue_family_property_count: *mut u32, p_queue_family_properties: *mut QueueFamilyProperties) -> c_voidget_physical_device_memory_properties: extern "system" fn(physical_device: PhysicalDevice, p_memory_properties: *mut PhysicalDeviceMemoryProperties) -> c_voidget_device_proc_addr: extern "system" fn(device: Device, p_name: *const c_char) -> PFN_vkVoidFunctioncreate_device: extern "system" fn(physical_device: PhysicalDevice, p_create_info: *const DeviceCreateInfo, p_allocator: *const AllocationCallbacks, p_device: *mut Device) -> Resultenumerate_device_extension_properties: extern "system" fn(physical_device: PhysicalDevice, p_layer_name: *const c_char, p_property_count: *mut u32, p_properties: *mut ExtensionProperties) -> Resultenumerate_device_layer_properties: extern "system" fn(physical_device: PhysicalDevice, p_property_count: *mut u32, p_properties: *mut LayerProperties) -> Resultget_physical_device_sparse_image_format_properties: extern "system" fn(physical_device: PhysicalDevice, format: Format, ty: ImageType, samples: SampleCountFlags, usage: ImageUsageFlags, tiling: ImageTiling, p_property_count: *mut u32, p_properties: *mut SparseImageFormatProperties) -> c_void

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.