Skip to content

Commit

Permalink
xrRender_RGL: removed FBO extension check
Browse files Browse the repository at this point in the history
This was made to fix #1528, but it doesn't work as intended and prevent
normal usage of OpenGL for some users.
  • Loading branch information
Xottab-DUTY committed Nov 30, 2023
1 parent 8b83d7c commit 0be18cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Layers/xrRenderPC_GL/r2_test_hw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,5 @@ BOOL xrRender_test_hw()
return FALSE;
}

if (!GLEW_ARB_framebuffer_object)
return FALSE;

return TRUE;
}

0 comments on commit 0be18cc

Please sign in to comment.