Struct dacite::core::FromNativeDescriptorSetLayoutParameters [] [src]

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

Fields

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

The Device, from which this DescriptorSetLayout was created.

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

This parameter is ignored, if owned is false.

Methods

impl FromNativeDescriptorSetLayoutParameters
[src]