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,9 +25,11 @@
// or implied, of Kearwood Gilbert.
//
//varying mediump vec2 texCoord;
//in mediump vec2 texCoord;
out vec4 colorOut;
void main()
{
gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
colorOut = vec4(1.0, 1.0, 1.0, 1.0);
}