Expand description
Command encoding — wrappers for command encoder, render pass, and compute pass that keep the API within the agpu type system.
Structs§
- GpuCommand
Buffer - A finished command buffer ready for queue submission.
- GpuCommand
Encoder - A command encoder — records GPU commands into a command buffer.
- GpuCompute
Pass - A compute pass — encodes dispatch commands for GPGPU workloads.
- GpuRender
Pass - A render pass — encodes draw commands for the GPU.