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

pub struct MemoryHeap<'a> {
    // some 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> Clone for MemoryHeap<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter.