Struct dacite::core::FromNativeImageViewParameters [] [src]

pub struct FromNativeImageViewParameters {
    pub owned: bool,
    pub device: Device,
    pub allocator: Option<Box<Allocator>>,
}

Fields

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

The Device, from which this ImageView was created.

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

This parameter is ignored, if owned is false.

Methods

impl FromNativeImageViewParameters
[src]