Struct ash::extensions::DebugReport
[−]
[src]
pub struct DebugReport {
pub handle: Instance,
pub debug_report_fn: DebugReportFn,
}Fields
handle: Instance
debug_report_fn: DebugReportFn
Methods
impl DebugReport[src]
fn new(entry: &Entry, instance: &Instance) -> Result<DebugReport, String>
fn destroy_debug_report_callback_ext(&self, debug: DebugReportCallbackEXT)
fn create_debug_report_callback_ext(&self,
create_info: &DebugReportCallbackCreateInfoEXT)
-> VkResult<DebugReportCallbackEXT>
create_info: &DebugReportCallbackCreateInfoEXT)
-> VkResult<DebugReportCallbackEXT>