The RGBA1010102F_EDRAM
field is a member of the ImageFormat
enumeration in the Sandbox namespace. This specific image format is used to represent images with a high dynamic range, utilizing 10 bits for each of the red, green, and blue channels, and 2 bits for the alpha channel. The "F" in the name indicates that this format uses floating-point representation, which allows for a wider range of color values and more precise color representation. The "EDRAM" suffix suggests that this format is optimized for use with embedded DRAM, which is often used in graphics processing to improve performance by reducing latency and increasing bandwidth.