Struct vulkano::instance::MemoryHeap [] [src]

pub struct MemoryHeap<'a> { /* fields omitted */ }

Represents a memory heap in a physical device.

Methods

impl<'a> MemoryHeap<'a>
[src]

Returns the physical device associated to this memory heap.

Returns the identifier of this memory heap within the physical device.

Returns the size in bytes on this heap.

Returns true if the heap is local to the GPU.

Trait Implementations

impl<'a> Debug for MemoryHeap<'a>
[src]

Formats the value using the given formatter.

impl<'a> Copy for MemoryHeap<'a>
[src]

impl<'a> Clone for MemoryHeap<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more