mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Removed unused parameter for the case when the TracyOpenGL.hpp is included by TRACY_ENABLE is not defined
This commit is contained in:
+1
-1
@@ -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