From 29a15901494cc4a6586443d953fac23afe200cb6 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 4 Aug 2025 10:33:40 +0100 Subject: [PATCH] Fix description of enum --- renderdoc/api/replay/replay_enums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/api/replay/replay_enums.h b/renderdoc/api/replay/replay_enums.h index 1e492c403..c4c8f8d5a 100644 --- a/renderdoc/api/replay/replay_enums.h +++ b/renderdoc/api/replay/replay_enums.h @@ -354,7 +354,7 @@ DOCUMENT(R"(Represents the component type of a channel in a texture or element i .. data:: SScaled - A signed scaled floating point value. This is converted from the input unsigned integer without + A signed scaled floating point value. This is converted from the input signed integer without any normalisation as with :data:`SNorm`, so the resulting values range from the minimum signed integer value ``-2^(N-1)`` to the maximum signed integer value ``2^(N-1) - 1``.