Expand description
wgpu-util is a utility crate for working with wgpu-rs.
Structs§
- Buffer
Init Descriptor wgpu::util::BufferInitDescriptorbut with an additionalsizefield.- Buffer
Pool - A
wgpu::BufferPool (dynamic supply). - Buffer
Pool Descriptor - Descriptor for
BufferPool - Buffer
Resize Write Descriptor - Dynamic
Buffer - A
wgpu::Bufferwhich dynamically grows based on the contents. - Sized
Buffer - Thin
wgpu::Bufferwrapper 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.