TexFormat.Rgba64s

static TexFormat Rgba64s

Description

Red/Green/Blue/Transparency data channels, at 16 bits per-channel! This is not common, but you might encounter it with raw photos, or HDR images. The s postfix indicates that the raw color data is stored as a signed 16 bit integer, which is then normalized into the -1, +1 floating point range on the GPU.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!