mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Proper constructors are needed.
This commit is contained in:
parent
c9c4d2845a
commit
9040953e13
@ -19,7 +19,13 @@
|
|||||||
|
|
||||||
namespace tracy
|
namespace tracy
|
||||||
{
|
{
|
||||||
class GpuCtxScope {};
|
struct SourceLocationData;
|
||||||
|
class GpuCtxScope
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
GpuCtxScope( const SourceLocationData* ) {}
|
||||||
|
GpuCtxScope( const SourceLocationData*, int depth ) {}
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user