mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43:53 +00:00
Removed unused parameter for the case when the TracyOpenGL.hpp is included by TRACY_ENABLE is not defined
This commit is contained in:
parent
2b46e63c49
commit
ce8f10f2b1
@ -24,7 +24,7 @@ class GpuCtxScope
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
GpuCtxScope( const SourceLocationData* ) {}
|
GpuCtxScope( const SourceLocationData* ) {}
|
||||||
GpuCtxScope( const SourceLocationData*, int depth ) {}
|
GpuCtxScope( const SourceLocationData*, int ) {}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user