From f7fb2af5c2fe218273e74409767f797104ed3165 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Thu, 4 Nov 2021 10:46:13 +0100 Subject: [PATCH] Update TracyOpenGL.hpp Removing explicit GL_TIMESTAMP check --- TracyOpenGL.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TracyOpenGL.hpp b/TracyOpenGL.hpp index c094b2ab..d540422b 100644 --- a/TracyOpenGL.hpp +++ b/TracyOpenGL.hpp @@ -31,10 +31,6 @@ public: #else -#if !defined GL_TIMESTAMP && !defined GL_TIMESTAMP_EXT -# error "You must include OpenGL 3.2 headers before including TracyOpenGL.hpp" -#endif - #include #include #include