Struct ash::extensions::ext::DebugMarker
source · pub struct DebugMarker { /* private fields */ }
👎Deprecated: Please use the DebugUtils extension instead.
Implementations§
source§impl DebugMarker
impl DebugMarker
pub fn new(instance: &Instance, device: &Device) -> Self
👎Deprecated: Please use the DebugUtils extension instead.
sourcepub unsafe fn debug_marker_set_object_name(
&self,
name_info: &DebugMarkerObjectNameInfoEXT
) -> VkResult<()>
👎Deprecated: Please use the DebugUtils extension instead.
pub unsafe fn debug_marker_set_object_name( &self, name_info: &DebugMarkerObjectNameInfoEXT ) -> VkResult<()>
sourcepub unsafe fn cmd_debug_marker_begin(
&self,
command_buffer: CommandBuffer,
marker_info: &DebugMarkerMarkerInfoEXT
)
👎Deprecated: Please use the DebugUtils extension instead.
pub unsafe fn cmd_debug_marker_begin( &self, command_buffer: CommandBuffer, marker_info: &DebugMarkerMarkerInfoEXT )
sourcepub unsafe fn cmd_debug_marker_end(&self, command_buffer: CommandBuffer)
👎Deprecated: Please use the DebugUtils extension instead.
pub unsafe fn cmd_debug_marker_end(&self, command_buffer: CommandBuffer)
sourcepub unsafe fn cmd_debug_marker_insert(
&self,
command_buffer: CommandBuffer,
marker_info: &DebugMarkerMarkerInfoEXT
)
👎Deprecated: Please use the DebugUtils extension instead.
pub unsafe fn cmd_debug_marker_insert( &self, command_buffer: CommandBuffer, marker_info: &DebugMarkerMarkerInfoEXT )
pub const fn name() -> &'static CStr
👎Deprecated: Please use the DebugUtils extension instead.
pub fn fp(&self) -> &ExtDebugMarkerFn
👎Deprecated: Please use the DebugUtils extension instead.
pub fn device(&self) -> Device
👎Deprecated: Please use the DebugUtils extension instead.
Trait Implementations§
source§impl Clone for DebugMarker
impl Clone for DebugMarker
source§fn clone(&self) -> DebugMarker
fn clone(&self) -> DebugMarker
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for DebugMarker
impl RefUnwindSafe for DebugMarker
impl Send for DebugMarker
impl Sync for DebugMarker
impl Unpin for DebugMarker
impl UnwindSafe for DebugMarker
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