Module compute

Source

Structs§

Binding
CompiledKernel
A kernel, compiled in the target language
DebugInformation
Extra debugging information about the compiled kernel.
KernelBuilder
Prepare a kernel to create a kernel definition.
KernelDefinition
KernelLauncher
Prepare a kernel for launch.
KernelTask
Wraps a kernel to create a cube task.
ScalarBinding

Enums§

Location
ScalarState
Handles the scalar state of an element type
TensorState
Handles the tensor state.
Visibility

Traits§

CubeTask
Kernel trait with the ComputeShader that will be compiled and cached based on the provided id.