Skip to content

Commit ef291ff

Browse files
authored
Update image_format.mdx
1 parent 9b0e497 commit ef291ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/current/Reference/Buffers/image_format.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Detailed explanation: [OpenGL Wiki - Small Float Formats](https://www.khronos.or
7979

8080
<sup>*Requires Iris 1.8+</sup>
8181

82-
The `RGB9_E5` format uses a 5-bit exponent for all three terms (R, G, and B), where each component has a 9 bit mantissa. This allows for significantly more precision than `R11F_G11F_B10F`, which only has 6 to 5 bits of precision per component. However, `R11F_G11F_B10F` has individual exponents for each component.
82+
The `RGB9_E5` format uses a 5-bit exponent for all three terms (R, G, and B), where each component has a 9 bit mantissa. This allows for significantly more precision than `R11F_G11F_B10F`, which only has 6 to 5 bits of precision per component. However, `R11F_G11F_B10F` has individual exponents for each component. In both cases, there is no sign bit, so these formats cannot store negative values.
8383

8484
## Integral
8585

0 commit comments

Comments
 (0)