Nuklear/demo/glfw_opengl3
Th3T3chn0G1t 637b5e198d
Fixed UBSan trip in GLFW OpenGL3 demo backend
This resolves a false UBSan trip caused by treating the element offset
in `glDrawElements` as a pointer
This parameter is effectively an offset but is taken as a `void*`
By not storing the offset as a pointer, UBSan no longer tools the offset
to check for null pointer overflow
2022-11-24 10:21:37 +00:00
..
main.c added comment on ifdefs to use styles in demos 2022-10-13 11:51:50 +02:00
Makefile Enable and fix most GCC warnings (#377) 2021-12-16 20:44:00 +01:00
nuklear_glfw_gl3.h Fixed UBSan trip in GLFW OpenGL3 demo backend 2022-11-24 10:21:37 +00:00