diff options
Diffstat (limited to 'shaders')
| -rw-r--r-- | shaders/tile-shader.vert | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
