We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09040f4 commit f331941Copy full SHA for f331941
src/lime/_internal/backend/native/NativeWindow.hx
@@ -132,6 +132,7 @@ class NativeWindow
132
var gl = new NativeOpenGLRenderContext();
133
134
useHardware = true;
135
+ contextAttributes.hardware = true;
136
137
#if lime_opengl
138
context.gl = gl;
@@ -155,6 +156,7 @@ class NativeWindow
155
156
157
default:
158
useHardware = false;
159
+ contextAttributes.hardware = false;
160
161
#if lime_cairo
162
context.cairo = cairo;
0 commit comments