Windows: GL_CLAMP_TO_EDGE

This commit is contained in:
2026-03-31 11:52:56 +02:00
parent 1e98372e08
commit 292416f1cd

View File

@@ -8,6 +8,9 @@
#include <windows.h> #include <windows.h>
#endif #endif
#include <GL/gl.h> #include <GL/gl.h>
#ifndef GL_CLAMP_TO_EDGE // for Windows
#define GL_CLAMP_TO_EDGE 0x812F
#endif
#include <vector> #include <vector>
#include <deque> #include <deque>