Struct ash::extensions::ext::DebugMarker [−][src]
pub struct DebugMarker { /* fields omitted */ }
Implementations
pub unsafe fn debug_marker_set_object_name(
&self,
device: Device,
name_info: &DebugMarkerObjectNameInfoEXT
) -> VkResult<()>
pub unsafe fn debug_marker_set_object_name(
&self,
device: Device,
name_info: &DebugMarkerObjectNameInfoEXT
) -> VkResult<()>
pub unsafe fn cmd_debug_marker_begin(
&self,
command_buffer: CommandBuffer,
marker_info: &DebugMarkerMarkerInfoEXT
)
pub unsafe fn cmd_debug_marker_begin(
&self,
command_buffer: CommandBuffer,
marker_info: &DebugMarkerMarkerInfoEXT
)
pub unsafe fn cmd_debug_marker_insert(
&self,
command_buffer: CommandBuffer,
marker_info: &DebugMarkerMarkerInfoEXT
)
pub unsafe fn cmd_debug_marker_insert(
&self,
command_buffer: CommandBuffer,
marker_info: &DebugMarkerMarkerInfoEXT
)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DebugMarker
impl Send for DebugMarker
impl Sync for DebugMarker
impl Unpin for DebugMarker
impl UnwindSafe for DebugMarker
Blanket Implementations
Mutably borrows from an owned value. Read more