summaryrefslogtreecommitdiffstats
path: root/servers/rendering/shader_warnings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add translation links to shader errorsYuri Roubinsky2022-01-191-8/+8
|
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* Add a shader warning when the uniform buffer limit is exceededYuri Roubinsky2022-01-031-2/+10
|
* Allow using empty statements in the shader, added formatting warningYuri Roubinsky2021-12-011-0/+4
|
* Use range iterators for `Map`Lightning_A2021-09-301-4/+4
|
* Added a shader warning about unused local variable Yuri Roubinsky2021-06-291-0/+4
|
* Basic warning support implementation for the Godot Shading Language.Yuri Roubinsky2021-05-221-0/+131