Module utils

Module utils 

Source
Expand description

Rendering related utils

Modulesยง

collections

Structsยง

ReadbackWgpuTexture
A WgpuTexture with [wgpu::TextureUsages::COPY_SRC] usage and wrapped with a staging buffer and a cpu side bytes Vec<T> buffer to read back from the texture.
WgpuBuffer ๐Ÿ”’
WgpuContext
Wgpu context
WgpuTexture
WgpuVecBuffer ๐Ÿ”’

Constantsยง

ALIGNMENT ๐Ÿ”’