Expand description
Wrapper around [wgpu::Texture
].
Modules§
- mips
- Mip-map generation.
Structs§
- Buffer
Dimensions - Helper for retreiving an image from a texture.
- Copied
Texture Buffer - Helper for retreiving a rendered frame.
- Depth
Texture - A depth texture.
- Mapped
Buffer - A buffer that is being mapped.
- Texture
- A texture living on the GPU.
Enums§
- Texture
Error - Enumeration of errors produced by
Texture
.