Nuklear/demo
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
..
allegro5 added comment on ifdefs to use styles in demos 2022-10-13 11:51:50 +02:00
common file_browser: Bring string.h to the top 2022-04-15 17:20:20 -04:00
d3d9 added comment on ifdefs to use styles in demos 2022-10-13 11:51:50 +02:00
d3d11 added comment on ifdefs to use styles in demos 2022-10-13 11:51:50 +02:00
d3d12 added comment on ifdefs to use styles in demos 2022-10-13 11:51:50 +02:00
gdi added comment on ifdefs to use styles in demos 2022-10-13 11:51:50 +02:00
gdi_native_nuklear Added wWinMain comment 2022-05-30 22:49:12 +02:00
gdip added comment on ifdefs to use styles in demos 2022-10-13 11:51:50 +02:00
glfw_opengl2 added comment on ifdefs to use styles in demos 2022-10-13 11:51:50 +02:00
glfw_opengl3 Fixed UBSan trip in GLFW OpenGL3 demo backend 2022-11-24 10:21:37 +00:00
glfw_opengl4 added comment on ifdefs to use styles in demos 2022-10-13 11:51:50 +02:00
sdl2surface_rawfb Integrate file browser with glfw opengl2 demo (#400) and restructure demo/ directory accordingly 2022-03-14 20:46:44 +01:00
sdl_opengl2 added comment on ifdefs to use styles in demos 2022-10-13 11:51:50 +02:00
sdl_opengl3 added comment on ifdefs to use styles in demos 2022-10-13 11:51:50 +02:00
sdl_opengles2 added comment on ifdefs to use styles in demos 2022-10-13 11:51:50 +02:00
sdl_renderer added comment on ifdefs to use styles in demos 2022-10-13 11:51:50 +02:00
sfml_opengl2 added comment on ifdefs to use styles in demos 2022-10-13 11:51:50 +02:00
sfml_opengl3 added comment on ifdefs to use styles in demos 2022-10-13 11:51:50 +02:00
wayland_rawfb Integrate file browser with glfw opengl2 demo (#400) and restructure demo/ directory accordingly 2022-03-14 20:46:44 +01:00
x11 Merge pull request #504 from riri/demo-includes 2022-10-13 17:59:10 +02:00
x11_opengl2 added comment on ifdefs to use styles in demos 2022-10-13 11:51:50 +02:00
x11_opengl3 added comment on ifdefs to use styles in demos 2022-10-13 11:51:50 +02:00
x11_rawfb added comment on ifdefs to use styles in demos 2022-10-13 11:51:50 +02:00
x11_xft Merge pull request #504 from riri/demo-includes 2022-10-13 17:59:10 +02:00