-added missing ';' in shader
This commit is contained in:
parent
997f6181c8
commit
d1c48e4c5f
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
precision mediump int;
|
||||
precision mediump float;
|
||||
precision lowp sampler2D;
|
||||
precision lowp samplerCube
|
||||
precision lowp samplerCube;
|
||||
#define TEX(x,y) texture2D(x,y)
|
||||
#if __VERSION__ >290
|
||||
#define M_IN in mediump
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue