Struct ash::extensions::ext::DebugReport
source · pub struct DebugReport { /* private fields */ }
👎Deprecated: Please use the DebugUtils extension instead.
Implementations§
source§impl DebugReport
impl DebugReport
pub fn new(entry: &Entry, instance: &Instance) -> Self
👎Deprecated: Please use the DebugUtils extension instead.
sourcepub unsafe fn destroy_debug_report_callback(
&self,
debug: DebugReportCallbackEXT,
allocation_callbacks: Option<&AllocationCallbacks>
)
👎Deprecated: Please use the DebugUtils extension instead.
pub unsafe fn destroy_debug_report_callback( &self, debug: DebugReportCallbackEXT, allocation_callbacks: Option<&AllocationCallbacks> )
sourcepub unsafe fn create_debug_report_callback(
&self,
create_info: &DebugReportCallbackCreateInfoEXT,
allocation_callbacks: Option<&AllocationCallbacks>
) -> VkResult<DebugReportCallbackEXT>
👎Deprecated: Please use the DebugUtils extension instead.
pub unsafe fn create_debug_report_callback( &self, create_info: &DebugReportCallbackCreateInfoEXT, allocation_callbacks: Option<&AllocationCallbacks> ) -> VkResult<DebugReportCallbackEXT>
pub const fn name() -> &'static CStr
👎Deprecated: Please use the DebugUtils extension instead.
pub fn fp(&self) -> &ExtDebugReportFn
👎Deprecated: Please use the DebugUtils extension instead.
pub fn instance(&self) -> Instance
👎Deprecated: Please use the DebugUtils extension instead.
Trait Implementations§
source§impl Clone for DebugReport
impl Clone for DebugReport
source§fn clone(&self) -> DebugReport
fn clone(&self) -> DebugReport
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 DebugReport
impl RefUnwindSafe for DebugReport
impl Send for DebugReport
impl Sync for DebugReport
impl Unpin for DebugReport
impl UnwindSafe for DebugReport
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