Struct dacite::core::FromNativeSamplerParameters [] [src]

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

Fields

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

The Device, from which this Sampler was created.

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

This parameter is ignored, if owned is false.

Methods

impl FromNativeSamplerParameters
[src]