Struct dacite::core::FromNativeQueryPoolParameters [] [src]

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

Fields

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

The Device, from which this QueryPool was created.

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

This parameter is ignored, if owned is false.

Methods

impl FromNativeQueryPoolParameters
[src]