mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 07:36:15 +00:00
Remove outdated backbuffer hack + reduce GL version to 4.4 (#100)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user