Struct ash::extensions::ext::DebugReport [−][src]
pub struct DebugReport { /* fields omitted */ }
Implementations
pub unsafe fn destroy_debug_report_callback(
&self,
debug: DebugReportCallbackEXT,
allocation_callbacks: Option<&AllocationCallbacks>
)
pub unsafe fn destroy_debug_report_callback(
&self,
debug: DebugReportCallbackEXT,
allocation_callbacks: Option<&AllocationCallbacks>
)
pub unsafe fn create_debug_report_callback(
&self,
create_info: &DebugReportCallbackCreateInfoEXT,
allocation_callbacks: Option<&AllocationCallbacks>
) -> VkResult<DebugReportCallbackEXT>
pub unsafe fn create_debug_report_callback(
&self,
create_info: &DebugReportCallbackCreateInfoEXT,
allocation_callbacks: Option<&AllocationCallbacks>
) -> VkResult<DebugReportCallbackEXT>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DebugReport
impl Send for DebugReport
impl Sync for DebugReport
impl Unpin for DebugReport
impl UnwindSafe for DebugReport
Blanket Implementations
Mutably borrows from an owned value. Read more