0
0
mirror of https://github.com/wolfpld/tracy.git synced 2026-01-18 17:11:26 +01:00

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

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>