Struct asi_vulkan::Buffer[][src]

pub struct Buffer(_);

A buffer in GPU memory.

Methods

impl Buffer
[src]

Create a new buffer on the GPU.

Update the contents of the memory.

Trait Implementations

impl Clone for Buffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for Buffer

impl !Sync for Buffer