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