Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

RenderTextureFormat.RGB565

Description

Color render texture format.

5 bits for Red channel, 6 bits for Green channel, 5 bits for Blue channel

Note that not all graphics cards support 16 bit textures. Use SystemInfo.SupportsRenderTextureFormat to check for support.

Additional resources: RenderTexture class, SystemInfo.SupportsRenderTextureFormat.