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``.