Patch checkerboard.frag for GLES compat (input/output precise match)

This commit is contained in:
baldurk
2018-01-31 18:23:56 +00:00
parent 627d23b937
commit 77569fa75d
+3
View File
@@ -22,6 +22,9 @@
* THE SOFTWARE.
******************************************************************************/
// for GLES compatibility where we must match blit.vert
layout (location = 0) in vec2 uv;
layout (location = 0) out vec4 color_out;
layout (binding = 0, std140) uniform checkeruniforms