class ComputeShader

robot_2Generated
code_blocksInput

Description

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.

Members

Instance Members

Member NameSummary
AttributesAttributes that are passed to the compute shader on dispatch.
DispatchDispatches the compute shader with the specified number of threads in each dimension.
DispatchIndirectDispatches the compute shader using an indirect buffer to specify the number of threads.
DispatchWithAttributesDispatches the compute shader with attributes and the specified number of threads in each dimension.
DispatchIndirectWithAttributesDispatches the compute shader using an indirect buffer and attributes to specify the number of threads.