Skip to main content

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.
WgpuContext
Wgpu context
WgpuTexture