Compute shaders in Godot

Godot shaders are based on GLSL more info here Introduction to shaders — Godot Engine (stable) documentation in English

Compute shaders are GLSL and are compiled to SPIR-V and then converted internally from SPIR-V to GLSL, HLSL, or whatever target shading language the converter supports.

2 Likes