TexFormat.Rgba128f
static TexFormat Rgba128f
Description
32-bit float R/G/B/A - basically 4 single-precision floats per pixel, which is bonkers expensive at 128 bpp! Don’t reach for this unless you know -exactly- what you’re doing. Useful for scientific data or compute buffers where you really need full 32-bit float precision per channel.
Found an issue with these docs, or have some additional questions? Create an Issue on Github!