Struct ash::vk::DeviceFnV1_1[][src]

pub struct DeviceFnV1_1 {
Show 16 fields pub bind_buffer_memory2: extern "system" fn(device: Device, bind_info_count: u32, p_bind_infos: *const BindBufferMemoryInfo) -> Result, pub bind_image_memory2: extern "system" fn(device: Device, bind_info_count: u32, p_bind_infos: *const BindImageMemoryInfo) -> Result, pub get_device_group_peer_memory_features: extern "system" fn(device: Device, heap_index: u32, local_device_index: u32, remote_device_index: u32, p_peer_memory_features: *mut PeerMemoryFeatureFlags) -> c_void, pub cmd_set_device_mask: extern "system" fn(command_buffer: CommandBuffer, device_mask: u32) -> c_void, pub cmd_dispatch_base: extern "system" fn(command_buffer: CommandBuffer, base_group_x: u32, base_group_y: u32, base_group_z: u32, group_count_x: u32, group_count_y: u32, group_count_z: u32) -> c_void, pub get_image_memory_requirements2: extern "system" fn(device: Device, p_info: *const ImageMemoryRequirementsInfo2, p_memory_requirements: *mut MemoryRequirements2) -> c_void, pub get_buffer_memory_requirements2: extern "system" fn(device: Device, p_info: *const BufferMemoryRequirementsInfo2, p_memory_requirements: *mut MemoryRequirements2) -> c_void, pub get_image_sparse_memory_requirements2: extern "system" fn(device: Device, p_info: *const ImageSparseMemoryRequirementsInfo2, p_sparse_memory_requirement_count: *mut u32, p_sparse_memory_requirements: *mut SparseImageMemoryRequirements2) -> c_void, pub trim_command_pool: extern "system" fn(device: Device, command_pool: CommandPool, flags: CommandPoolTrimFlags) -> c_void, pub get_device_queue2: extern "system" fn(device: Device, p_queue_info: *const DeviceQueueInfo2, p_queue: *mut Queue) -> c_void, pub create_sampler_ycbcr_conversion: extern "system" fn(device: Device, p_create_info: *const SamplerYcbcrConversionCreateInfo, p_allocator: *const AllocationCallbacks, p_ycbcr_conversion: *mut SamplerYcbcrConversion) -> Result, pub destroy_sampler_ycbcr_conversion: extern "system" fn(device: Device, ycbcr_conversion: SamplerYcbcrConversion, p_allocator: *const AllocationCallbacks) -> c_void, pub create_descriptor_update_template: extern "system" fn(device: Device, p_create_info: *const DescriptorUpdateTemplateCreateInfo, p_allocator: *const AllocationCallbacks, p_descriptor_update_template: *mut DescriptorUpdateTemplate) -> Result, pub destroy_descriptor_update_template: extern "system" fn(device: Device, descriptor_update_template: DescriptorUpdateTemplate, p_allocator: *const AllocationCallbacks) -> c_void, pub update_descriptor_set_with_template: extern "system" fn(device: Device, descriptor_set: DescriptorSet, descriptor_update_template: DescriptorUpdateTemplate, p_data: *const c_void) -> c_void, pub get_descriptor_set_layout_support: extern "system" fn(device: Device, p_create_info: *const DescriptorSetLayoutCreateInfo, p_support: *mut DescriptorSetLayoutSupport) -> c_void,
}

Fields

bind_buffer_memory2: extern "system" fn(device: Device, bind_info_count: u32, p_bind_infos: *const BindBufferMemoryInfo) -> Resultbind_image_memory2: extern "system" fn(device: Device, bind_info_count: u32, p_bind_infos: *const BindImageMemoryInfo) -> Resultget_device_group_peer_memory_features: extern "system" fn(device: Device, heap_index: u32, local_device_index: u32, remote_device_index: u32, p_peer_memory_features: *mut PeerMemoryFeatureFlags) -> c_voidcmd_set_device_mask: extern "system" fn(command_buffer: CommandBuffer, device_mask: u32) -> c_voidcmd_dispatch_base: extern "system" fn(command_buffer: CommandBuffer, base_group_x: u32, base_group_y: u32, base_group_z: u32, group_count_x: u32, group_count_y: u32, group_count_z: u32) -> c_voidget_image_memory_requirements2: extern "system" fn(device: Device, p_info: *const ImageMemoryRequirementsInfo2, p_memory_requirements: *mut MemoryRequirements2) -> c_voidget_buffer_memory_requirements2: extern "system" fn(device: Device, p_info: *const BufferMemoryRequirementsInfo2, p_memory_requirements: *mut MemoryRequirements2) -> c_voidget_image_sparse_memory_requirements2: extern "system" fn(device: Device, p_info: *const ImageSparseMemoryRequirementsInfo2, p_sparse_memory_requirement_count: *mut u32, p_sparse_memory_requirements: *mut SparseImageMemoryRequirements2) -> c_voidtrim_command_pool: extern "system" fn(device: Device, command_pool: CommandPool, flags: CommandPoolTrimFlags) -> c_voidget_device_queue2: extern "system" fn(device: Device, p_queue_info: *const DeviceQueueInfo2, p_queue: *mut Queue) -> c_voidcreate_sampler_ycbcr_conversion: extern "system" fn(device: Device, p_create_info: *const SamplerYcbcrConversionCreateInfo, p_allocator: *const AllocationCallbacks, p_ycbcr_conversion: *mut SamplerYcbcrConversion) -> Resultdestroy_sampler_ycbcr_conversion: extern "system" fn(device: Device, ycbcr_conversion: SamplerYcbcrConversion, p_allocator: *const AllocationCallbacks) -> c_voidcreate_descriptor_update_template: extern "system" fn(device: Device, p_create_info: *const DescriptorUpdateTemplateCreateInfo, p_allocator: *const AllocationCallbacks, p_descriptor_update_template: *mut DescriptorUpdateTemplate) -> Resultdestroy_descriptor_update_template: extern "system" fn(device: Device, descriptor_update_template: DescriptorUpdateTemplate, p_allocator: *const AllocationCallbacks) -> c_voidupdate_descriptor_set_with_template: extern "system" fn(device: Device, descriptor_set: DescriptorSet, descriptor_update_template: DescriptorUpdateTemplate, p_data: *const c_void) -> c_voidget_descriptor_set_layout_support: extern "system" fn(device: Device, p_create_info: *const DescriptorSetLayoutCreateInfo, p_support: *mut DescriptorSetLayoutSupport) -> 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.