mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Context is no longer passed to OpenGL macros.
This commit is contained in:
parent
515443605d
commit
c15e692ee4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user