From 920aa82a3a05402cc0489a8d9e0b9b2f4a4e3117 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 22 Feb 2022 15:15:10 +0100 Subject: buffer flush --- shaders/tile-shader.vert | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shaders') diff --git a/shaders/tile-shader.vert b/shaders/tile-shader.vert index 670015b1..7a5bd1c3 100644 --- a/shaders/tile-shader.vert +++ b/shaders/tile-shader.vert @@ -1,3 +1,5 @@ +precision highp float; + layout(location = 0) in vec4 position; layout(location = 1) in vec2 textureCoordinates; uniform mat4 projection; -- cgit v1.2.3