[−][src]Struct ash::vk::DeviceFnV1_1
Fields
bind_buffer_memory2: extern "system" fn(device: Device, bind_info_count: u32, p_bind_infos: *const BindBufferMemoryInfo) -> Result
bind_image_memory2: extern "system" fn(device: Device, bind_info_count: u32, p_bind_infos: *const BindImageMemoryInfo) -> Result
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
cmd_set_device_mask: extern "system" fn(command_buffer: CommandBuffer, device_mask: u32) -> c_void
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
get_image_memory_requirements2: extern "system" fn(device: Device, p_info: *const ImageMemoryRequirementsInfo2, p_memory_requirements: *mut MemoryRequirements2) -> c_void
get_buffer_memory_requirements2: extern "system" fn(device: Device, p_info: *const BufferMemoryRequirementsInfo2, p_memory_requirements: *mut MemoryRequirements2) -> c_void
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
trim_command_pool: extern "system" fn(device: Device, command_pool: CommandPool, flags: CommandPoolTrimFlags) -> c_void
get_device_queue2: extern "system" fn(device: Device, p_queue_info: *const DeviceQueueInfo2, p_queue: *mut Queue) -> c_void
create_sampler_ycbcr_conversion: extern "system" fn(device: Device, p_create_info: *const SamplerYcbcrConversionCreateInfo, p_allocator: *const AllocationCallbacks, p_ycbcr_conversion: *mut SamplerYcbcrConversion) -> Result
destroy_sampler_ycbcr_conversion: extern "system" fn(device: Device, ycbcr_conversion: SamplerYcbcrConversion, p_allocator: *const AllocationCallbacks) -> c_void
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
destroy_descriptor_update_template: extern "system" fn(device: Device, descriptor_update_template: DescriptorUpdateTemplate, p_allocator: *const AllocationCallbacks) -> c_void
update_descriptor_set_with_template: extern "system" fn(device: Device, descriptor_set: DescriptorSet, descriptor_update_template: DescriptorUpdateTemplate, p_data: *const c_void) -> c_void
get_descriptor_set_layout_support: extern "system" fn(device: Device, p_create_info: *const DescriptorSetLayoutCreateInfo, p_support: *mut DescriptorSetLayoutSupport) -> c_void
Methods
impl DeviceFnV1_1
[src]
pub fn load<F>(_f: F) -> Self where
F: FnMut(&CStr) -> *const c_void,
[src]
F: FnMut(&CStr) -> *const c_void,
pub unsafe fn bind_buffer_memory2(
&self,
device: Device,
bind_info_count: u32,
p_bind_infos: *const BindBufferMemoryInfo
) -> Result
[src]
&self,
device: Device,
bind_info_count: u32,
p_bind_infos: *const BindBufferMemoryInfo
) -> Result
pub unsafe fn bind_image_memory2(
&self,
device: Device,
bind_info_count: u32,
p_bind_infos: *const BindImageMemoryInfo
) -> Result
[src]
&self,
device: Device,
bind_info_count: u32,
p_bind_infos: *const BindImageMemoryInfo
) -> Result
pub unsafe fn get_device_group_peer_memory_features(
&self,
device: Device,
heap_index: u32,
local_device_index: u32,
remote_device_index: u32,
p_peer_memory_features: *mut PeerMemoryFeatureFlags
) -> c_void
[src]
&self,
device: Device,
heap_index: u32,
local_device_index: u32,
remote_device_index: u32,
p_peer_memory_features: *mut PeerMemoryFeatureFlags
) -> c_void
pub unsafe fn cmd_set_device_mask(
&self,
command_buffer: CommandBuffer,
device_mask: u32
) -> c_void
[src]
&self,
command_buffer: CommandBuffer,
device_mask: u32
) -> c_void
pub unsafe fn cmd_dispatch_base(
&self,
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
[src]
&self,
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 unsafe fn get_image_memory_requirements2(
&self,
device: Device,
p_info: *const ImageMemoryRequirementsInfo2,
p_memory_requirements: *mut MemoryRequirements2
) -> c_void
[src]
&self,
device: Device,
p_info: *const ImageMemoryRequirementsInfo2,
p_memory_requirements: *mut MemoryRequirements2
) -> c_void
pub unsafe fn get_buffer_memory_requirements2(
&self,
device: Device,
p_info: *const BufferMemoryRequirementsInfo2,
p_memory_requirements: *mut MemoryRequirements2
) -> c_void
[src]
&self,
device: Device,
p_info: *const BufferMemoryRequirementsInfo2,
p_memory_requirements: *mut MemoryRequirements2
) -> c_void
pub unsafe fn get_image_sparse_memory_requirements2(
&self,
device: Device,
p_info: *const ImageSparseMemoryRequirementsInfo2,
p_sparse_memory_requirement_count: *mut u32,
p_sparse_memory_requirements: *mut SparseImageMemoryRequirements2
) -> c_void
[src]
&self,
device: Device,
p_info: *const ImageSparseMemoryRequirementsInfo2,
p_sparse_memory_requirement_count: *mut u32,
p_sparse_memory_requirements: *mut SparseImageMemoryRequirements2
) -> c_void
pub unsafe fn trim_command_pool(
&self,
device: Device,
command_pool: CommandPool,
flags: CommandPoolTrimFlags
) -> c_void
[src]
&self,
device: Device,
command_pool: CommandPool,
flags: CommandPoolTrimFlags
) -> c_void
pub unsafe fn get_device_queue2(
&self,
device: Device,
p_queue_info: *const DeviceQueueInfo2,
p_queue: *mut Queue
) -> c_void
[src]
&self,
device: Device,
p_queue_info: *const DeviceQueueInfo2,
p_queue: *mut Queue
) -> c_void
pub unsafe fn create_sampler_ycbcr_conversion(
&self,
device: Device,
p_create_info: *const SamplerYcbcrConversionCreateInfo,
p_allocator: *const AllocationCallbacks,
p_ycbcr_conversion: *mut SamplerYcbcrConversion
) -> Result
[src]
&self,
device: Device,
p_create_info: *const SamplerYcbcrConversionCreateInfo,
p_allocator: *const AllocationCallbacks,
p_ycbcr_conversion: *mut SamplerYcbcrConversion
) -> Result
pub unsafe fn destroy_sampler_ycbcr_conversion(
&self,
device: Device,
ycbcr_conversion: SamplerYcbcrConversion,
p_allocator: *const AllocationCallbacks
) -> c_void
[src]
&self,
device: Device,
ycbcr_conversion: SamplerYcbcrConversion,
p_allocator: *const AllocationCallbacks
) -> c_void
pub unsafe fn create_descriptor_update_template(
&self,
device: Device,
p_create_info: *const DescriptorUpdateTemplateCreateInfo,
p_allocator: *const AllocationCallbacks,
p_descriptor_update_template: *mut DescriptorUpdateTemplate
) -> Result
[src]
&self,
device: Device,
p_create_info: *const DescriptorUpdateTemplateCreateInfo,
p_allocator: *const AllocationCallbacks,
p_descriptor_update_template: *mut DescriptorUpdateTemplate
) -> Result
pub unsafe fn destroy_descriptor_update_template(
&self,
device: Device,
descriptor_update_template: DescriptorUpdateTemplate,
p_allocator: *const AllocationCallbacks
) -> c_void
[src]
&self,
device: Device,
descriptor_update_template: DescriptorUpdateTemplate,
p_allocator: *const AllocationCallbacks
) -> c_void
pub unsafe fn update_descriptor_set_with_template(
&self,
device: Device,
descriptor_set: DescriptorSet,
descriptor_update_template: DescriptorUpdateTemplate,
p_data: *const c_void
) -> c_void
[src]
&self,
device: Device,
descriptor_set: DescriptorSet,
descriptor_update_template: DescriptorUpdateTemplate,
p_data: *const c_void
) -> c_void
pub unsafe fn get_descriptor_set_layout_support(
&self,
device: Device,
p_create_info: *const DescriptorSetLayoutCreateInfo,
p_support: *mut DescriptorSetLayoutSupport
) -> c_void
[src]
&self,
device: Device,
p_create_info: *const DescriptorSetLayoutCreateInfo,
p_support: *mut DescriptorSetLayoutSupport
) -> c_void
Trait Implementations
impl Clone for DeviceFnV1_1
[src]
fn clone(&self) -> Self
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Send for DeviceFnV1_1
[src]
impl Sync for DeviceFnV1_1
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,