Skip to main content

Module compute

Module compute 

Source
Expand description

Compute shader support โ€” general-purpose GPU compute through the ontology.

Provides ComputeTask for defining GPU compute operations with typed input/output buffers, and ComputeDispatch for execution parameters.

Structsยง

ComputeBinding
Describes a buffer binding for a compute task.
ComputeDispatch
Describes a compute dispatch invocation.
ComputeTask
A compute task definition with shader source, bindings, and workgroup size.