Fixed GLSL ES 1.0 version string (#470)

This commit is contained in:
Kayo Phoenix 2021-06-07 23:18:42 +05:00 committed by GitHub
parent effd3c7440
commit 31769d400f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#version 100 es
#version 100
precision mediump float;
uniform sampler2D u_sampler;

View file

@ -1,4 +1,4 @@
#version 100 es
#version 100
precision mediump float;
uniform vec2 u_screen_size;