diff --git a/TracyOpenGL.hpp b/TracyOpenGL.hpp index c5073640..7afcba66 100644 --- a/TracyOpenGL.hpp +++ b/TracyOpenGL.hpp @@ -1,7 +1,24 @@ #ifndef __TRACYOPENGL_HPP__ #define __TRACYOPENGL_HPP__ -#ifdef TRACY_ENABLE +#ifndef TRACY_ENABLE + +#define TracyGpuZone(x,y) +#define TracyGpuZoneC(x,y,z) + +namespace tracy +{ + +template +class GpuCtx +{ +public: + void Collect() {} +}; + +} + +#else #include