2025-05-01 01:48:08 -07:00

774 B

uid
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