Skip to content

Commit

Permalink
Revert minimum OpenGL version to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuebel committed Feb 2, 2025
1 parent 1e21f88 commit a858c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RenderContexts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const default_window_hints = [
(GLFW.FOCUSED, false),
(GLFW.CONTEXT_VERSION_MAJOR, 4),
# Persistent mapping & glGetTextureSubImage
(GLFW.CONTEXT_VERSION_MINOR, 2),
(GLFW.CONTEXT_VERSION_MINOR, 5),
(GLFW.OPENGL_PROFILE, GLFW.OPENGL_CORE_PROFILE)]

# Pipeable, set some sane defaults to avoid black screens by default
Expand Down

0 comments on commit a858c32

Please sign in to comment.