Crate wgpu_util[][src]

Re-exports

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

Modules

buffer

! wgpu-util is a utility crate for working with wgpu-rs. ! It provides a wrapper around wgpu::Buffer called [Buffer] ! and a BufferPool which is a dynamic supply for automatically resizing [wgpu::Buffers].

pool