From a7762aa9656ae3946b40809ab787bca7631bdf63 Mon Sep 17 00:00:00 2001 From: T_chan Date: Tue, 18 Jan 2022 16:51:31 +0000 Subject: [PATCH] add GLclampd to increase compatibility of GLdc --- include/GL/gl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/GL/gl.h b/include/GL/gl.h index c456c86..76c645a 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -395,6 +395,7 @@ __BEGIN_DECLS #define GLsizei unsigned int #define GLfixed const unsigned int #define GLclampf float +#define GLclampd float #define GLubyte unsigned char #define GLbitfield unsigned int #define GLboolean unsigned char