pub struct ExtDescriptorBufferFn {
    pub get_descriptor_set_layout_size_ext: unsafe extern "system" fn(_: Device, _: DescriptorSetLayout, _: *mut u64),
    pub get_descriptor_set_layout_binding_offset_ext: unsafe extern "system" fn(_: Device, _: DescriptorSetLayout, _: u32, _: *mut u64),
    pub get_descriptor_ext: unsafe extern "system" fn(_: Device, _: *const DescriptorGetInfoEXT, _: usize, _: *mut c_void),
    pub cmd_bind_descriptor_buffers_ext: unsafe extern "system" fn(_: CommandBuffer, _: u32, _: *const DescriptorBufferBindingInfoEXT),
    pub cmd_set_descriptor_buffer_offsets_ext: unsafe extern "system" fn(_: CommandBuffer, _: PipelineBindPoint, _: PipelineLayout, _: u32, _: u32, _: *const u32, _: *const u64),
    pub cmd_bind_descriptor_buffer_embedded_samplers_ext: unsafe extern "system" fn(_: CommandBuffer, _: PipelineBindPoint, _: PipelineLayout, _: u32),
    pub get_buffer_opaque_capture_descriptor_data_ext: unsafe extern "system" fn(_: Device, _: *const BufferCaptureDescriptorDataInfoEXT, _: *mut c_void) -> Result,
    pub get_image_opaque_capture_descriptor_data_ext: unsafe extern "system" fn(_: Device, _: *const ImageCaptureDescriptorDataInfoEXT, _: *mut c_void) -> Result,
    pub get_image_view_opaque_capture_descriptor_data_ext: unsafe extern "system" fn(_: Device, _: *const ImageViewCaptureDescriptorDataInfoEXT, _: *mut c_void) -> Result,
    pub get_sampler_opaque_capture_descriptor_data_ext: unsafe extern "system" fn(_: Device, _: *const SamplerCaptureDescriptorDataInfoEXT, _: *mut c_void) -> Result,
    pub get_acceleration_structure_opaque_capture_descriptor_data_ext: unsafe extern "system" fn(_: Device, _: *const AccelerationStructureCaptureDescriptorDataInfoEXT, _: *mut c_void) -> Result,
}

Fields§

§get_descriptor_set_layout_size_ext: unsafe extern "system" fn(_: Device, _: DescriptorSetLayout, _: *mut u64)§get_descriptor_set_layout_binding_offset_ext: unsafe extern "system" fn(_: Device, _: DescriptorSetLayout, _: u32, _: *mut u64)§get_descriptor_ext: unsafe extern "system" fn(_: Device, _: *const DescriptorGetInfoEXT, _: usize, _: *mut c_void)§cmd_bind_descriptor_buffers_ext: unsafe extern "system" fn(_: CommandBuffer, _: u32, _: *const DescriptorBufferBindingInfoEXT)§cmd_set_descriptor_buffer_offsets_ext: unsafe extern "system" fn(_: CommandBuffer, _: PipelineBindPoint, _: PipelineLayout, _: u32, _: u32, _: *const u32, _: *const u64)§cmd_bind_descriptor_buffer_embedded_samplers_ext: unsafe extern "system" fn(_: CommandBuffer, _: PipelineBindPoint, _: PipelineLayout, _: u32)§get_buffer_opaque_capture_descriptor_data_ext: unsafe extern "system" fn(_: Device, _: *const BufferCaptureDescriptorDataInfoEXT, _: *mut c_void) -> Result§get_image_opaque_capture_descriptor_data_ext: unsafe extern "system" fn(_: Device, _: *const ImageCaptureDescriptorDataInfoEXT, _: *mut c_void) -> Result§get_image_view_opaque_capture_descriptor_data_ext: unsafe extern "system" fn(_: Device, _: *const ImageViewCaptureDescriptorDataInfoEXT, _: *mut c_void) -> Result§get_sampler_opaque_capture_descriptor_data_ext: unsafe extern "system" fn(_: Device, _: *const SamplerCaptureDescriptorDataInfoEXT, _: *mut c_void) -> Result§get_acceleration_structure_opaque_capture_descriptor_data_ext: unsafe extern "system" fn(_: Device, _: *const AccelerationStructureCaptureDescriptorDataInfoEXT, _: *mut c_void) -> Result

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.