Demos #16

Merged
Mergul merged 9 commits from Demos into master 2021-03-01 13:12:06 +01:00
Showing only changes of commit d1c48e4c5f - Show all commits

View file

@ -3,7 +3,7 @@
precision mediump int; precision mediump int;
precision mediump float; precision mediump float;
precision lowp sampler2D; precision lowp sampler2D;
precision lowp samplerCube precision lowp samplerCube;
#define TEX(x,y) texture2D(x,y) #define TEX(x,y) texture2D(x,y)
#if __VERSION__ >290 #if __VERSION__ >290
#define M_IN in mediump #define M_IN in mediump