Nuklear/demo/x11_opengl2
Alexander W. Schultz b6a7791d13 disables intrinsics on SDL demos
SDL library has an issue where it expects intrinsics headers to be
provided, but intrinsics are not exactly part of a standard, so there is
no guarantee that they will be available. As such, the library allows
you to turn them off. I am disabling them to allow for better
portability and ease of compilation.
2024-10-20 23:17:02 -04:00
..
main.c Remove STYLE_ defines as we have the style dropdown 2024-04-25 16:37:07 -04:00
Makefile disables intrinsics on SDL demos 2024-10-20 23:17:02 -04:00
nuklear_xlib_gl2.h xlib_gl2: add delta_time_seconds 2024-08-29 03:13:22 +00:00