Fix GLES check.

This commit is contained in:
Bartosz Taudul 2020-03-02 17:05:29 +01:00
parent 71bf352af2
commit 2b584a94c5

View File

@ -1,7 +1,7 @@
#ifndef __TRACYOPENGL_HPP__
#define __TRACYOPENGL_HPP__
#ifndef GL_TIMESTAMP
#if !defined GL_TIMESTAMP && !defined GL_TIMESTAMP_EXT
# error "You must include OpenGL 3.2 headers before including TracyOpenGL.hpp"
#endif