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,13 +25,13 @@
// or implied, of Kearwood Gilbert.
//
attribute highp vec4 vertex_position;
in highp vec4 vertex_position;
uniform highp mat4 inv_mvp_matrix;
uniform highp vec2 slice_depth_scale; // First component is the depth for the nearest plane, in view space. Second component is the distance between planes, in view space
uniform highp mat4 shadow_mvp1;
varying mediump vec4 shadowMapCoord1;
out mediump vec4 shadowMapCoord1;
uniform highp mat4 projection_matrix;