godot_dispatch_compute_shader
Dispatch a GLSL compute shader on the GPU, pass input buffers, and read back results.
Instructions
Execute compute shader on GPU via low-level RenderingDevice API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |