Expand description
wgpu-util is a utility crate for working with wgpu-rs.
Structs§
- Buffer
Init Descriptor wgpu::util::BufferInitDescriptor
but with an additionalsize
field.- Buffer
Pool - A
wgpu::Buffer
Pool (dynamic supply). - Buffer
Pool Descriptor - Descriptor for
BufferPool
- Buffer
Resize Write Descriptor - Dynamic
Buffer - A
wgpu::Buffer
which dynamically grows based on the contents. - Sized
Buffer - Thin
wgpu::Buffer
wrapper with size.
Traits§
- Device
Ext - Extension trait for
wgpu::Device
.
Functions§
- resize_
write_ buffer - Write contents into buffer, resizes if necessary.
Type Aliases§
- Owned
Label - Owned
wgpu::Label
.