-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[rlgl] Compile issue with GL_HALF_FLOAT_OES
on GRAPHICS_API_OPENGL_21
#3226
Comments
I'll look into it once I get home from work |
Thank you very much! |
Please note that |
No it doesn't, we just aren't differentiating between OpenGL 2.1 and ES 2 so I'll add another ifdef branch for that |
Opened a PR. I also suggest we add a CI check for GL 2.1 builds so this doesn't happen again |
@Not-Nik Thank you very much for the fix! |
Issue description
While trying to compile the lastest master branch (b82217e) for
PLATFORM_DESKTOP
withGRAPHICS_API_OPENGL_21
on Linux I get this error:The error doesn't happen if I use
GRAPHICS_API_OPENGL_11
orGRAPHICS_API_OPENGL_33
.I believe this is related to a previous commit: dc621ca.
@Not-Nik I'm unfamiliar with
GL_HALF_FLOAT_OES
. If you can, could you please take a look at this?Environment
Platform: Desktop
Operating System: Linux Mint 21.1 (x86_64)
OpenGL version: 3.1 Mesa 22.0.5
GPU: Intel HD Graphics 3000
The text was updated successfully, but these errors were encountered: