Update TracyOpenGL.hpp

Removing explicit GL_TIMESTAMP check
This commit is contained in:
Alexander Bock 2021-11-04 10:46:13 +01:00 committed by GitHub
parent 887826a28a
commit f7fb2af5c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <atomic>
#include <assert.h>
#include <stdlib.h>