Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

render-graph-compute-shader.md 774B


uid: urp-docfx-render-graph-compute-shader

Use a compute shader in a render pass

To create a render pass that runs a compute shader, 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. |

Additional resources