From 39efe0c1044e0777d118f95259947c5216942a4e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Feb 2025 10:18:39 -0500 Subject: Avoid including gl.h in pugl_shader_demo This conflicts with GLAD. --- examples/pugl_shader_demo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/pugl_shader_demo.c') diff --git a/examples/pugl_shader_demo.c b/examples/pugl_shader_demo.c index 17135de..5bef21e 100644 --- a/examples/pugl_shader_demo.c +++ b/examples/pugl_shader_demo.c @@ -21,6 +21,8 @@ about 100000 rectangles. */ +#define PUGL_NO_INCLUDE_GL_H + #include "demo_utils.h" #include "file_utils.h" #include "rects.h" -- cgit v1.2.1