no message

This commit is contained in:
BADIM-PC\Vadim
2018-02-22 13:55:41 +03:00
parent bf2e44d118
commit 83b83c113a
4 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
CODE(
SHADER(
precision highp float;
precision mediump int;

View File

@@ -1,4 +1,4 @@
CODE(
SHADER(
precision highp float;

View File

@@ -1060,7 +1060,7 @@ static void emstick()
#endif
#define CODE(...) #__VA_ARGS__
#define SHADER(...) #__VA_ARGS__
u32 load_shader_program()
{