Skip to main content

Module command

Module command 

Source
Expand description

Command encoding — wrappers for command encoder, render pass, and compute pass that keep the API within the agpu type system.

Structs§

GpuCommandBuffer
A finished command buffer ready for queue submission.
GpuCommandEncoder
A command encoder — records GPU commands into a command buffer.
GpuComputePass
A compute pass — encodes dispatch commands for GPGPU workloads.
GpuRenderPass
A render pass — encodes draw commands for the GPU.