Struct asi_vulkan::Buffer [] [src]

pub struct Buffer(_);

A buffer in GPU memory.

Methods

impl Buffer
[src]

[src]

Create a new buffer on the GPU.

[src]

[src]

[src]

Update the contents of the memory.

Trait Implementations

Auto Trait Implementations

impl !Send for Buffer

impl !Sync for Buffer