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 more