Struct dacite::ext_debug_report::FromNativeDebugReportCallbackExtParameters [] [src]

pub struct FromNativeDebugReportCallbackExtParameters {
    pub owned: bool,
    pub instance: Instance,
    pub allocator: Option<Box<Allocator>>,
}

Fields

true, if this DebugReportCallbackExt should destroy the underlying Vulkan object, when it is dropped.

The Instance, from which this DebugReportCallbackExt was created.

An Allocator compatible with the one used to create this DebugReportCallbackExt.

This parameter is ignored, if owned is false.

Methods

impl FromNativeDebugReportCallbackExtParameters
[src]