Struct dacite::core::FromNativePipelineLayoutParameters [] [src]

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

Fields

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

The Device, from which this PipelineLayout was created.

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

This parameter is ignored, if owned is false.

Methods

impl FromNativePipelineLayoutParameters
[src]