Expand description
GPU resource wrappers that can be real or mock.
These types wrap WGPU resources and allow for both real GPU operations and mock implementations for testing.
Structsยง
- GpuBind
Group - Wrapper around GPU bind group that can be real or mock.
- GpuBind
Group Layout - Wrapper around GPU bind group layout that can be real or mock.
- GpuBuffer
- Wrapper around GPU buffer that can be real or mock.
- GpuCompute
Pipeline - Wrapper around GPU compute pipeline that can be real or mock.
- GpuRender
Pipeline - Wrapper around GPU render pipeline that can be real or mock.
- GpuSampler
- Wrapper around GPU sampler that can be real or mock.
- GpuShader
Module - Wrapper around GPU shader module that can be real or mock.
- GpuTexture
- Wrapper around GPU texture that can be real or mock.