-builded demos on linux
-small gitingore fix
This commit is contained in:
parent
5894e76540
commit
46de0f6adb
6 changed files with 17 additions and 9 deletions
|
|
@ -25,9 +25,9 @@ precision lowp samplerCube;
|
|||
#endif
|
||||
#else
|
||||
#if __VERSION__ > 320
|
||||
layout(location = 0) uniform vec4 matrix_1;
|
||||
layout(location = 1) uniform vec4 matrix_2;
|
||||
layout(location = 2) uniform vec4 uv_transform;
|
||||
uniform vec4 matrix_1;
|
||||
uniform vec4 matrix_2;
|
||||
uniform vec4 uv_transform;
|
||||
|
||||
layout(location = 0) in vec2 positions;
|
||||
layout(location = 1) in vec2 tex_coords;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue