Struct asi_vulkan::Memory[][src]

pub struct Memory<T> where
    T: Clone
{ pub data: T, pub buffer: Buffer, }

Fields

Methods

impl<T> Memory<T> where
    T: Clone
[src]

Allocate memory in a GPU buffer.

Update the contents of the memory.

Auto Trait Implementations

impl<T> !Send for Memory<T>

impl<T> !Sync for Memory<T>