summaryrefslogtreecommitdiff
path: root/drivers/gles3/shaders/ssao_minify.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-09-07Fixed orthogonal projection in all effects and post processesJuan Linietsky
2017-02-22Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not ↵Juan Linietsky
work though
2016-12-04Support for SSAOJuan Linietsky