mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 23:46:41 +00:00
Fix description of enum
This commit is contained in:
@@ -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``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user