Struct pilka_lib::ash::vk::InstanceFnV1_0[]

pub struct InstanceFnV1_0 {
Show 13 fields pub destroy_instance: unsafe extern "system" fn(Instance, *const AllocationCallbacks), pub enumerate_physical_devices: unsafe extern "system" fn(Instance, *mut u32, *mut PhysicalDevice) -> Result, pub get_physical_device_features: unsafe extern "system" fn(PhysicalDevice, *mut PhysicalDeviceFeatures), pub get_physical_device_format_properties: unsafe extern "system" fn(PhysicalDevice, Format, *mut FormatProperties), pub get_physical_device_image_format_properties: unsafe extern "system" fn(PhysicalDevice, Format, ImageType, ImageTiling, ImageUsageFlags, ImageCreateFlags, *mut ImageFormatProperties) -> Result, pub get_physical_device_properties: unsafe extern "system" fn(PhysicalDevice, *mut PhysicalDeviceProperties), pub get_physical_device_queue_family_properties: unsafe extern "system" fn(PhysicalDevice, *mut u32, *mut QueueFamilyProperties), pub get_physical_device_memory_properties: unsafe extern "system" fn(PhysicalDevice, *mut PhysicalDeviceMemoryProperties), pub get_device_proc_addr: unsafe extern "system" fn(Device, *const i8) -> Option<unsafe extern "system" fn()>, pub create_device: unsafe extern "system" fn(PhysicalDevice, *const DeviceCreateInfo, *const AllocationCallbacks, *mut Device) -> Result, pub enumerate_device_extension_properties: unsafe extern "system" fn(PhysicalDevice, *const i8, *mut u32, *mut ExtensionProperties) -> Result, pub enumerate_device_layer_properties: unsafe extern "system" fn(PhysicalDevice, *mut u32, *mut LayerProperties) -> Result, pub get_physical_device_sparse_image_format_properties: unsafe extern "system" fn(PhysicalDevice, Format, ImageType, SampleCountFlags, ImageUsageFlags, ImageTiling, *mut u32, *mut SparseImageFormatProperties),
}

Fields

destroy_instance: unsafe extern "system" fn(Instance, *const AllocationCallbacks)enumerate_physical_devices: unsafe extern "system" fn(Instance, *mut u32, *mut PhysicalDevice) -> Resultget_physical_device_features: unsafe extern "system" fn(PhysicalDevice, *mut PhysicalDeviceFeatures)get_physical_device_format_properties: unsafe extern "system" fn(PhysicalDevice, Format, *mut FormatProperties)get_physical_device_image_format_properties: unsafe extern "system" fn(PhysicalDevice, Format, ImageType, ImageTiling, ImageUsageFlags, ImageCreateFlags, *mut ImageFormatProperties) -> Resultget_physical_device_properties: unsafe extern "system" fn(PhysicalDevice, *mut PhysicalDeviceProperties)get_physical_device_queue_family_properties: unsafe extern "system" fn(PhysicalDevice, *mut u32, *mut QueueFamilyProperties)get_physical_device_memory_properties: unsafe extern "system" fn(PhysicalDevice, *mut PhysicalDeviceMemoryProperties)get_device_proc_addr: unsafe extern "system" fn(Device, *const i8) -> Option<unsafe extern "system" fn()>create_device: unsafe extern "system" fn(PhysicalDevice, *const DeviceCreateInfo, *const AllocationCallbacks, *mut Device) -> Resultenumerate_device_extension_properties: unsafe extern "system" fn(PhysicalDevice, *const i8, *mut u32, *mut ExtensionProperties) -> Resultenumerate_device_layer_properties: unsafe extern "system" fn(PhysicalDevice, *mut u32, *mut LayerProperties) -> Resultget_physical_device_sparse_image_format_properties: unsafe extern "system" fn(PhysicalDevice, Format, ImageType, SampleCountFlags, ImageUsageFlags, ImageTiling, *mut u32, *mut SparseImageFormatProperties)

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 alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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.