1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

Change OpenGL headers comment to compilation error.

This commit is contained in:
Bartosz Taudul 2020-01-27 17:50:44 +01:00
parent c1ba647f5b
commit ac9479aa3f

View File

@ -1,7 +1,9 @@
#ifndef __TRACYOPENGL_HPP__ #ifndef __TRACYOPENGL_HPP__
#define __TRACYOPENGL_HPP__ #define __TRACYOPENGL_HPP__
// Include this file after you include OpenGL 3.2 headers. #ifndef GL_TIMESTAMP
# error "You must include OpenGL 3.2 headers before including TracyOpenGL.hpp"
#endif
#if !defined TRACY_ENABLE || defined __APPLE__ #if !defined TRACY_ENABLE || defined __APPLE__