Skip to content

Commit

Permalink
Force software OpenGL on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERALERT authored Nov 17, 2022
1 parent 2c5dd24 commit c08d79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3.3/glfw/glfw/src/nsgl_context.m
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ GLFWbool _glfwCreateContextNSGL(_GLFWwindow* window,
NSOpenGLPixelFormatAttribute attribs[40];
int index = 0;

addAttrib(NSOpenGLPFAAccelerated);
addAttrib(NSOpenGLPFARendererID);addAttrib(kCGLRendererGenericFloatID);
addAttrib(NSOpenGLPFAClosestPolicy);

if (ctxconfig->nsgl.offline)
Expand Down

0 comments on commit c08d79e

Please # to comment.