A compute shader is a program that runs on the GPU, often with data provided to/from the CPU by means of a GpuBuffer or a Texture.
A compute shader is a program that runs on the GPU, often with data provided to/from the CPU by means of a GpuBuffer or a Texture.
Member Name | Summary |
---|---|
Attributes | Attributes that are passed to the compute shader on dispatch. |
Dispatch | Executes the compute shader with the specified number of threads in each dimension. |
DispatchWithAttributes | Executes the compute shader with the specified number of threads in each dimension, using the provided render attributes. |