mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Update TracyOpenGL.hpp
Removing explicit GL_TIMESTAMP check
This commit is contained in:
parent
887826a28a
commit
f7fb2af5c2
@ -31,10 +31,6 @@ public:
|
|||||||
|
|
||||||
#else
|
#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 <atomic>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user