mirror of
https://github.com/wolfpld/tracy
synced 2025-04-28 20:23:51 +00:00
Change OpenGL headers comment to compilation error.
This commit is contained in:
parent
c1ba647f5b
commit
ac9479aa3f
@ -1,7 +1,9 @@
|
||||
#ifndef __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__
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user