Skip to content

Commit

Permalink
Add missing GL_ARB_direct_state_access needed for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchej123 committed Nov 25, 2023
1 parent 7ba5867 commit 23cd412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/lwjglx/opengl/ContextCapabilities.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public ContextCapabilities() {
public boolean GL_ARB_depth_buffer_float;
public boolean GL_ARB_depth_clamp;
public boolean GL_ARB_depth_texture;
public boolean GL_ARB_direct_state_access;
public boolean GL_ARB_draw_buffers;
public boolean GL_ARB_draw_buffers_blend;
public boolean GL_ARB_draw_elements_base_vertex;
Expand Down

0 comments on commit 23cd412

Please sign in to comment.