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 |
|---|---|
| Read input data into a compute shader in URP | Allocate a buffer that reads input data into a compute shader in a render pass. |
| Write to and read from a compute shader in URP | Create a render pass that writes to and reads output data from a compute shader. |