pub struct BufferDebug;Expand description
Debug utilities for labeling buffers (requires GL_KHR_debug).
Implementations§
Source§impl BufferDebug
impl BufferDebug
Sourcepub fn label(gl: &Context, handle: BufferHandle, name: &str)
pub fn label(gl: &Context, handle: BufferHandle, name: &str)
Label a buffer for graphics debugger visibility.
Auto Trait Implementations§
impl Freeze for BufferDebug
impl RefUnwindSafe for BufferDebug
impl Send for BufferDebug
impl Sync for BufferDebug
impl Unpin for BufferDebug
impl UnsafeUnpin for BufferDebug
impl UnwindSafe for BufferDebug
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