Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/lime/_internal/backend/native/NativeWindow.hx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ class NativeWindow
var gl = new NativeOpenGLRenderContext();

useHardware = true;
contextAttributes.hardware = true;

#if lime_opengl
context.gl = gl;
Expand All @@ -155,6 +156,7 @@ class NativeWindow

default:
useHardware = false;
contextAttributes.hardware = false;

#if lime_cairo
context.cairo = cairo;
Expand Down