mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 20:53:52 +00:00
Fix args in OpenCL macros when !TRACY_ENABLE
This commit is contained in:
parent
03f46d7228
commit
1ab1050c46
@ -3,18 +3,23 @@
|
|||||||
|
|
||||||
#if !defined TRACY_ENABLE
|
#if !defined TRACY_ENABLE
|
||||||
|
|
||||||
#define TracyCLContext(x, y) nullptr
|
#define TracyCLContext(c, x) nullptr
|
||||||
#define TracyCLDestroy(x)
|
#define TracyCLDestroy(c)
|
||||||
#define TracyCLNamedZone(c, x, y, z, w)
|
|
||||||
#define TracyCLNamedZoneC(c, x, y, z, w, a)
|
|
||||||
#define TracyCLZone(c, x, y)
|
|
||||||
#define TracyCLZoneC(c, x, y, z)
|
|
||||||
#define TracyCLCollect(c)
|
|
||||||
|
|
||||||
#define TracyCLNamedZoneS(c, x, y, z, w, a)
|
#define TracyCLNamedZone(c, x, y, z)
|
||||||
#define TracyCLNamedZoneCS(c, x, y, z, w, v, a)
|
#define TracyCLNamedZoneC(c, x, y, z, w)
|
||||||
#define TracyCLZoneS(c, x, y, z)
|
#define TracyCLZone(c, x)
|
||||||
#define TracyCLZoneCS(c, x, y, z, w)
|
#define TracyCLZoneC(c, x, y)
|
||||||
|
|
||||||
|
#define TracyCLNamedZoneS(c, x, y, z, w)
|
||||||
|
#define TracyCLNamedZoneCS(c, x, y, z, w, v)
|
||||||
|
#define TracyCLZoneS(c, x, y)
|
||||||
|
#define TracyCLZoneCS(c, x, y, z)
|
||||||
|
|
||||||
|
#define TracyCLNamedZoneSetEvent(x, e)
|
||||||
|
#define TracyCLZoneSetEvent(e)
|
||||||
|
|
||||||
|
#define TracyCLCollect(c)
|
||||||
|
|
||||||
namespace tracy
|
namespace tracy
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user