1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00

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
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;