Struct ash::extensions_generated::khr::maintenance6::Device
source · pub struct Device {
pub(crate) fp: DeviceFn,
pub(crate) handle: Device,
}
Expand description
VK_KHR_maintenance6 device-level functions
Fields§
§fp: DeviceFn
§handle: Device
Implementations§
source§impl Device
impl Device
sourcepub unsafe fn cmd_bind_descriptor_sets2(
&self,
command_buffer: CommandBuffer,
bind_descriptor_sets_info: &BindDescriptorSetsInfoKHR<'_>,
)
pub unsafe fn cmd_bind_descriptor_sets2( &self, command_buffer: CommandBuffer, bind_descriptor_sets_info: &BindDescriptorSetsInfoKHR<'_>, )
sourcepub unsafe fn cmd_push_constants2(
&self,
command_buffer: CommandBuffer,
push_constants_info: &PushConstantsInfoKHR<'_>,
)
pub unsafe fn cmd_push_constants2( &self, command_buffer: CommandBuffer, push_constants_info: &PushConstantsInfoKHR<'_>, )
sourcepub unsafe fn cmd_push_descriptor_set2(
&self,
command_buffer: CommandBuffer,
push_descriptor_set_info: &PushDescriptorSetInfoKHR<'_>,
)
pub unsafe fn cmd_push_descriptor_set2( &self, command_buffer: CommandBuffer, push_descriptor_set_info: &PushDescriptorSetInfoKHR<'_>, )
sourcepub unsafe fn cmd_push_descriptor_set_with_template2(
&self,
command_buffer: CommandBuffer,
push_descriptor_set_with_template_info: &PushDescriptorSetWithTemplateInfoKHR<'_>,
)
pub unsafe fn cmd_push_descriptor_set_with_template2( &self, command_buffer: CommandBuffer, push_descriptor_set_with_template_info: &PushDescriptorSetWithTemplateInfoKHR<'_>, )
sourcepub unsafe fn cmd_set_descriptor_buffer_offsets2(
&self,
command_buffer: CommandBuffer,
set_descriptor_buffer_offsets_info: &SetDescriptorBufferOffsetsInfoEXT<'_>,
)
pub unsafe fn cmd_set_descriptor_buffer_offsets2( &self, command_buffer: CommandBuffer, set_descriptor_buffer_offsets_info: &SetDescriptorBufferOffsetsInfoEXT<'_>, )
sourcepub unsafe fn cmd_bind_descriptor_buffer_embedded_samplers2(
&self,
command_buffer: CommandBuffer,
bind_descriptor_buffer_embedded_samplers_info: &BindDescriptorBufferEmbeddedSamplersInfoEXT<'_>,
)
pub unsafe fn cmd_bind_descriptor_buffer_embedded_samplers2( &self, command_buffer: CommandBuffer, bind_descriptor_buffer_embedded_samplers_info: &BindDescriptorBufferEmbeddedSamplersInfoEXT<'_>, )
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Device
impl RefUnwindSafe for Device
impl Send for Device
impl Sync for Device
impl Unpin for Device
impl UnwindSafe for Device
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more