wgpu-util 0.0.0-alpha.0

Utilities for working with wgpu-rs
Documentation

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::Buffer]s.