WIP OSX and TvOS support

This commit is contained in:
2016-01-30 20:13:23 -08:00
parent 3913345a28
commit f356df178f
48 changed files with 1185 additions and 269 deletions

View File

@@ -29,7 +29,9 @@
// or implied, of Kearwood Gilbert.
//
out vec4 colorOut;
void main() {
//gl_FragColor = vec4(0.00, 0.00, 0.00, 0.00);
gl_FragColor = vec4(0.00, 0.00, 0.00, 0.00);
//colorOut = vec4(0.00, 0.00, 0.00, 0.00);
colorOut = vec4(0.00, 0.00, 0.00, 0.00);
}