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

pub struct StdMemoryPool {
    // some fields omitted
}

Methods

impl StdMemoryPool
[src]

fn new(device: &Arc<Device>) -> Arc<StdMemoryPool>

Creates a new pool.

Trait Implementations

impl Debug for StdMemoryPool
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.