-
Notifications
You must be signed in to change notification settings - Fork 494
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
Sokol fails to compile for SOKOL_GLES2 #54
Comments
Hmm, most of the HTML5 samples are compiled with SOKOL_GLES2, I'll have a look! |
Good! If you can't reproduce I might be the problem here. Let me know if that is the case and I might be able to give you more information! |
argh ok... looks like I only ever compile the emscripten stuff in release mode, SOKOL_ASSERTs are removed in this case. Fix incoming (I also need to improve the TravisCI scripts to test more build configs) |
Makes perfect sense! I've been compiling sokol_gfx without fips so I probably got other build settings. |
Ok, this should be fixed now. Thanks for the bug report :) |
In the function _sg_create_context the line
fails to compile when compiling with #define SOKOL_GLES2.
This is not surprising since we have
Should be an easy fix. Just a side question; this makes me feel that SOKOL_GLES3 is more tested. Are there maybe more issues related to vao for GLES2? Things seems to work and afaict the sokol-samples are compiled for GLES2...?
The text was updated successfully, but these errors were encountered: