summaryrefslogtreecommitdiff
path: root/drivers/gles3/shaders/resolve.glsl
AgeCommit message (Collapse)Author
2018-08-27Style: Enable clang-format on GLSL shadersRémi Verschelde
As of clang-format 6.0.1, putting the `/* clang-format off */` hint around our "invalid" `[vertex]` and `[shader]` statements isn't enough to prevent a bogus indent of the next comments and first valid statement, so we need to enclose that first valid statement in the unformatted chunk.
2018-08-24Style: Fix code formatting in GLES3 shadersRémi Verschelde
2017-07-22Several changes to better run in mobile.Juan Linietsky
2017-06-01Rework shading modes and change location of light shaderJuan Linietsky
2016-12-02Subsurface scattering material param is now working!Juan Linietsky
2016-11-29Screen space reflection effectJuan Linietsky