To create a render pass that runs a compute shaderA program that runs on the GPU. More info
See in Glossary, use the render graph system.
Page | Description |
---|---|
Run a compute shader in a render pass | Create a render pass that allocates a buffer and runs a compute shader to output data into the buffer. |
Create input data for a compute shader | Allocate a buffer that provides input data for a compute shader in a render pass. |