mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-18 16:24:23 +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:
@@ -24,7 +24,7 @@ class GpuCtxScope
|
||||
{
|
||||
public:
|
||||
GpuCtxScope( const SourceLocationData* ) {}
|
||||
GpuCtxScope( const SourceLocationData*, int depth ) {}
|
||||
GpuCtxScope( const SourceLocationData*, int ) {}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user