Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Ruglys <ashley.ruglys@gmail.com>2021-11-24 13:45:37 +0300
committerAshley Ruglys <ashley.ruglys@gmail.com>2021-11-24 13:45:37 +0300
commit2995db4b5efc68fe74e3fe907acddeab2c137955 (patch)
tree085ba2a09b2982ea1d2ee2e0fde84966c9b942f2 /TracyC.h
parentbf1896f6ba29ca2db374a1af2194298a706fcba1 (diff)
Remove the 'active' argument
Diffstat (limited to 'TracyC.h')
-rw-r--r--TracyC.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TracyC.h b/TracyC.h
index 4a511314..33b74fe4 100644
--- a/TracyC.h
+++ b/TracyC.h
@@ -152,8 +152,8 @@ TRACY_API void ___tracy_emit_zone_name( TracyCZoneCtx ctx, const char* txt, size
TRACY_API void ___tracy_emit_zone_color( TracyCZoneCtx ctx, uint32_t color );
TRACY_API void ___tracy_emit_zone_value( TracyCZoneCtx ctx, uint64_t value );
-TRACY_API void ___tracy_emit_gpu_zone_begin_alloc( const struct ___tracy_gpu_zone_begin_data, int active );
-TRACY_API void ___tracy_emit_gpu_zone_end( const struct ___tracy_gpu_zone_end_data data, int active );
+TRACY_API void ___tracy_emit_gpu_zone_begin_alloc( const struct ___tracy_gpu_zone_begin_data );
+TRACY_API void ___tracy_emit_gpu_zone_end( const struct ___tracy_gpu_zone_end_data data );
TRACY_API void ___tracy_emit_gpu_time( const struct ___tracy_gpu_time_data );
TRACY_API void ___tracy_emit_gpu_new_context( const struct ___tracy_gpu_new_context_data );
TRACY_API void ___tracy_emit_gpu_context_name( const struct ___tracy_gpu_context_name_data );