diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-22 15:15:10 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-22 15:15:30 +0100 |
commit | 920aa82a3a05402cc0489a8d9e0b9b2f4a4e3117 (patch) | |
tree | efa6dc9140553392384d3e8add08624243198929 /shaders | |
parent | 534b0a84452e28dd98c608069a470e4a7f98f97e (diff) |
buffer flush
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; |