Struct dacite::core::FromNativeCommandBufferParameters [] [src]

pub struct FromNativeCommandBufferParameters {
    pub owned: bool,
    pub command_pool: CommandPool,
}

Fields

true, if this CommandBuffer should freed the underlying Vulkan object, when it is dropped.

The CommandPool, from which this CommandBuffer was allocated.

Methods

impl FromNativeCommandBufferParameters
[src]