Initial OpenGL bindings

This commit is contained in:
Joshua Granick
2014-06-06 17:04:37 -07:00
parent 4818c02b1e
commit d82cd0a43d
30 changed files with 6303 additions and 17 deletions

View File

@@ -30,8 +30,10 @@ class ApplicationMain {
app.create (config);
var result = app.exec ();
#if sys
Sys.exit (app.exec ());
Sys.exit (result);
#end
}