Skip to main content

Module buffer

Module buffer 

Source
Expand description

GPU buffer helper utilities built on top of wgpu::Buffer.

Structs§

AsyncReadback
A pending GPU→CPU readback. Created by AsyncReadback::from_texture_layer. Call AsyncReadback::try_collect each frame (after a non-blocking device poll) until it returns Ok(data).
Buffer
Create and manage GPU buffers.

Type Aliases§

BufferBindingType
Buffer binding types.
BufferUsage
Buffer usages.
BufferViewMut
Map the buffer.