Crate wgpu_util[][src]

wgpu-util is a utility crate for working with wgpu-rs.

Re-exports

pub use buffer::DynamicBuffer;
pub use pool::BufferPool;
pub use pool::BufferPoolDescriptor;

Modules

buffer
pool

Structs

BufferInitDescriptor

wgpu::util::BufferInitDescriptor but with an additional size field.

SizedBuffer

wgpu::Buffer wrapper with size.

Traits

DeviceExt

Extension trait for wgpu::Device.

Type Definitions

OwnedLabel

Owned wgpu::Label.