summaryrefslogtreecommitdiff
path: root/servers/rendering/renderer_rd/shaders/canvas.glsl
AgeCommit message (Collapse)Author
2021-04-14Refactor GLSL shader compilationreduz
-Used a more consistent set of keywords for the shader -Remove all harcoded entry points -Re-wrote the GLSL shader parser, new system is more flexible. Allows any entry point organization. -Entry point for sky shaders is now sky(). -Entry point for particle shaders is now process().
2021-01-09Fix LIGHT compilation for canvas shaderYuri Roubinsky
2021-01-04fix inconsistent normal map shader variable namingHendrik Brucker
2020-12-29Consistently use normal_mapMarcel Admiraal
2020-12-04RenderingServer reorganizationreduz