TexFormat.R16f

static TexFormat R16f

Description

A single channel of data, with 16 bits per-pixel! This is a good format for height maps, since it stores a fair bit of information in it. The f postfix indicates that the raw color data is stored as 16 bit floats, which may be tricky to work with in most languages.




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