mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Make {Startup,Shutdown}Profiler() signatures consistent.
This commit is contained in:
parent
57d636f243
commit
c288a7903b
@ -43,8 +43,8 @@
|
|||||||
namespace tracy
|
namespace tracy
|
||||||
{
|
{
|
||||||
#if defined(TRACY_DELAYED_INIT) && defined(TRACY_MANUAL_LIFETIME)
|
#if defined(TRACY_DELAYED_INIT) && defined(TRACY_MANUAL_LIFETIME)
|
||||||
void StartupProfiler();
|
TRACY_API void StartupProfiler();
|
||||||
void ShutdownProfiler();
|
TRACY_API void ShutdownProfiler();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class GpuCtx;
|
class GpuCtx;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user