Context is no longer passed to OpenGL macros.

This commit is contained in:
Bartosz Taudul 2017-11-16 15:41:22 +01:00
parent 515443605d
commit c15e692ee4

View File

@ -6,8 +6,8 @@
#ifndef TRACY_ENABLE
#define TracyGpuContext
#define TracyGpuZone(x,y)
#define TracyGpuZoneC(x,y,z)
#define TracyGpuZone(x)
#define TracyGpuZoneC(x,y)
#define TracyGpuCollect
namespace tracy