pub struct PIXSupport {}
Implementations§
Source§impl PIXSupport
impl PIXSupport
pub fn init()
pub fn shutdown()
pub fn begin_capture()
pub fn end_capture()
pub fn begin_event_cmd_list(cmd_list: &CommandList, marker: &str, color: u64)
pub fn end_event_cmd_list(cmd_list: &CommandList)
pub fn begin_event_cmd_queue(cmd_queue: &CommandQueue, marker: &str, color: u64)
pub fn end_event_cmd_queue(cmd_queue: &CommandQueue)
Auto Trait Implementations§
impl Freeze for PIXSupport
impl RefUnwindSafe for PIXSupport
impl Send for PIXSupport
impl Sync for PIXSupport
impl Unpin for PIXSupport
impl UnwindSafe for PIXSupport
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