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

TextureFormat.RG16

Description

Two channel (RG) texture format, 8-bits unsigned integer per channel.

Note that not all graphics cards support all texture formats, use SystemInfo.SupportsTextureFormat to check.

Additional resources: Texture2D.format, texture assets.