Skip to content

Commit

Permalink
Remove outdated comment about OpenGL Compatibility Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Oct 26, 2021
1 parent 32b3bf7 commit d5c32e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions platform/linuxbsd/gl_manager_x11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ Error GLManager_X11::_create_context(GLDisplay &gl_display) {

switch (context_type) {
case GLES_3_0_COMPATIBLE: {
// FIXME: Use `GLX_CONTEXT_CORE_PROFILE_BIT_ARB` instead of compatibility profile
// once deprecated API usages are fixed.
static int context_attribs[] = {
GLX_CONTEXT_MAJOR_VERSION_ARB, 3,
GLX_CONTEXT_MINOR_VERSION_ARB, 3,
Expand Down

0 comments on commit d5c32e8

Please sign in to comment.