mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-13 03:41:48 +00:00
Remove unused GpuCtx stub class.
This commit is contained in:
parent
4708f819b9
commit
a71c81bc41
@ -10,18 +10,6 @@
|
|||||||
#define TracyGpuZoneC(x,y)
|
#define TracyGpuZoneC(x,y)
|
||||||
#define TracyGpuCollect
|
#define TracyGpuCollect
|
||||||
|
|
||||||
namespace tracy
|
|
||||||
{
|
|
||||||
|
|
||||||
template<int>
|
|
||||||
class GpuCtx
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
void Collect() {}
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
Loading…
Reference in New Issue
Block a user