Files
godot/drivers
Hugo Locurcio d7d35e4f73 Add const qualifier support for function arguments in shaders
This prevents the function argument from being reassigned within
the function.

Example:

    void test(const int t) {}
2021-11-19 21:20:23 +01:00
..
2021-06-16 11:56:25 +01:00
2021-09-23 10:36:31 +02:00
2021-09-23 10:36:31 +02:00
2021-09-23 10:36:31 +02:00