summaryrefslogtreecommitdiff
path: root/scene/resources/canvas_item_material.cpp
AgeCommit message (Collapse)Author
2021-08-16Add a comment at the top of generated shadersHugo Locurcio
This comment is useful to determine the origin of ShaderMaterials converted from built-in material types (such as CanvasItemMaterial or StandardMaterial3D). The Godot version is also included in case the shader needs to be regenerated with a newer engine version.
2021-08-13Fix some unnecessary includesAaron Franke