From a83e77b108ddc01423ef39b9e603f8e9e629ab74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 13 Aug 2024 01:18:12 +0200 Subject: [PATCH] DebugTools: doc++ --- src/Magnum/DebugTools/FrameProfiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/DebugTools/FrameProfiler.h b/src/Magnum/DebugTools/FrameProfiler.h index 031849087..ba8425984 100644 --- a/src/Magnum/DebugTools/FrameProfiler.h +++ b/src/Magnum/DebugTools/FrameProfiler.h @@ -521,7 +521,7 @@ in the @ref DebugTools-FrameProfiler-usage "FrameProfiler usage documentation": @snippet DebugTools-gl.cpp FrameProfilerGL-usage -If none if @ref Value::GpuDuration, @ref Value::VertexFetchRatio and +If none of @ref Value::GpuDuration, @ref Value::VertexFetchRatio and @ref Value::PrimitiveClipRatio is not enabled, the class can operate without an active OpenGL context.