summaryrefslogtreecommitdiffstats
path: root/servers/rendering/shader_warnings.h
Commit message (Expand)AuthorAgeFilesLines
* Warn users when assigning VERTEX directly to POSITION due to compatibility br...clayjohn2024-04-121-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* Replace most uses of Map by HashMapreduz2022-05-161-2/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add a shader warning when the uniform buffer limit is exceededYuri Roubinsky2022-01-031-1/+6
* Allow using empty statements in the shader, added formatting warningYuri Roubinsky2021-12-011-0/+2
* Added a shader warning about unused local variable Yuri Roubinsky2021-06-291-0/+2
* Basic warning support implementation for the Godot Shading Language.Yuri Roubinsky2021-05-221-0/+83