Struct dacite::core::FromNativeDescriptorPoolParameters [] [src]

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

Fields

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

The Device, from which this DescriptorPool was created.

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

This parameter is ignored, if owned is false.

Methods

impl FromNativeDescriptorPoolParameters
[src]

[src]