Remove outdated backbuffer hack + reduce GL version to 4.4 (#100)

This commit is contained in:
Kai Ninomiya
2017-07-31 11:25:06 -07:00
committed by GitHub
parent 4122b2e3f9
commit 4526368263
3 changed files with 2 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ namespace opengl {
#if defined(NXT_PLATFORM_APPLE)
options.version = 410;
#else
options.version = 450;
options.version = 440;
#endif
compiler.set_options(options);