Struct ash::extensions_generated::ext::debug_utils::Device
source · pub struct Device {
pub(crate) fp: DeviceFn,
pub(crate) handle: Device,
}
Expand description
VK_EXT_debug_utils device-level functions
Fields§
§fp: DeviceFn
§handle: Device
Implementations§
source§impl Device
impl Device
sourcepub unsafe fn set_debug_utils_object_name(
&self,
name_info: &DebugUtilsObjectNameInfoEXT<'_>,
) -> VkResult<()>
pub unsafe fn set_debug_utils_object_name( &self, name_info: &DebugUtilsObjectNameInfoEXT<'_>, ) -> VkResult<()>
sourcepub unsafe fn set_debug_utils_object_tag(
&self,
tag_info: &DebugUtilsObjectTagInfoEXT<'_>,
) -> VkResult<()>
pub unsafe fn set_debug_utils_object_tag( &self, tag_info: &DebugUtilsObjectTagInfoEXT<'_>, ) -> VkResult<()>
sourcepub unsafe fn cmd_begin_debug_utils_label(
&self,
command_buffer: CommandBuffer,
label: &DebugUtilsLabelEXT<'_>,
)
pub unsafe fn cmd_begin_debug_utils_label( &self, command_buffer: CommandBuffer, label: &DebugUtilsLabelEXT<'_>, )
sourcepub unsafe fn cmd_end_debug_utils_label(&self, command_buffer: CommandBuffer)
pub unsafe fn cmd_end_debug_utils_label(&self, command_buffer: CommandBuffer)
sourcepub unsafe fn cmd_insert_debug_utils_label(
&self,
command_buffer: CommandBuffer,
label: &DebugUtilsLabelEXT<'_>,
)
pub unsafe fn cmd_insert_debug_utils_label( &self, command_buffer: CommandBuffer, label: &DebugUtilsLabelEXT<'_>, )
sourcepub unsafe fn queue_begin_debug_utils_label(
&self,
queue: Queue,
label: &DebugUtilsLabelEXT<'_>,
)
pub unsafe fn queue_begin_debug_utils_label( &self, queue: Queue, label: &DebugUtilsLabelEXT<'_>, )
sourcepub unsafe fn queue_end_debug_utils_label(&self, queue: Queue)
pub unsafe fn queue_end_debug_utils_label(&self, queue: Queue)
sourcepub unsafe fn queue_insert_debug_utils_label(
&self,
queue: Queue,
label: &DebugUtilsLabelEXT<'_>,
)
pub unsafe fn queue_insert_debug_utils_label( &self, queue: Queue, label: &DebugUtilsLabelEXT<'_>, )
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