WIP Kraken updated OSX support

This commit is contained in:
2015-11-06 23:09:31 -08:00
parent 3913345a28
commit ee63579acb
48 changed files with 694 additions and 268 deletions

View File

@@ -25,10 +25,10 @@
// or implied, of Kearwood Gilbert.
//
varying mediump vec2 textureCoordinate;
out mediump vec2 textureCoordinate;
attribute vec4 vertex_position;
attribute lowp vec2 vertex_uv;
in vec4 vertex_position;
in lowp vec2 vertex_uv;
uniform highp mat4 mvp_matrix; // mvp_matrix is the result of multiplying the model, view, and projection matrices
void main()