Struct vulkano::memory::pool::StdMemoryPool[][src]

pub struct StdMemoryPool { /* fields omitted */ }

Methods

impl StdMemoryPool
[src]

Creates a new pool.

Trait Implementations

impl Debug for StdMemoryPool
[src]

Formats the value using the given formatter. Read more

impl DeviceOwned for StdMemoryPool
[src]

Returns the device that owns Self.

Auto Trait Implementations