Small Float Formats: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Created page with ''''Small Float Formats''', like the 16-bit half-float, are floating-point values that use less than the standard 32-bits of precision. This article details how these are encoded …'
 
Correcting and stubifying.
Line 1: Line 1:
'''Small Float Formats''', like the 16-bit half-float, are floating-point values that use less than the standard 32-bits of precision. This article details how these are encoded and used.
'''Small Float Formats''', like the 16-bit half-float, are floating-point values that use less than the standard 32-bits of precision. This article details how these are encoded and used.
{{stub}}
[[Category:General OpenGL]]

Revision as of 05:37, 15 September 2009

Small Float Formats, like the 16-bit half-float, are floating-point values that use less than the standard 32-bits of precision. This article details how these are encoded and used.