Crate wgpu_util[][src]

wgpu-util is a utility crate for working with wgpu-rs. It provides a wrapper around wgpu::Buffer called DynamicBuffer, which dynamically allocates new memory. And a BufferPool which is a dynamic supply for automatically resizing wgpu::Buffers.

Re-exports

pub use buffer::*;
pub use pool::*;

Modules

buffer
pool

Structs

BufferInitDescriptor

Describes a DynamicBuffer when allocating.

SizedBuffer

Functions

create_buffer_init

Type Definitions

OwnedLabel