Struct dacite::core::FromNativeFenceParameters [] [src]

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

Fields

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

The Device, from which this Fence was created.

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

This parameter is ignored, if owned is false.

Methods

impl FromNativeFenceParameters
[src]

[src]