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

RenderTextureFormat.R16

Description

Single channel (R) render texture format, 16 bit integer.

Note that not all graphics cards support integer render textures. Use SystemInfo.SupportsRenderTextureFormat to check for support.

Additional resources: RenderTexture class, SystemInfo.SupportsRenderTextureFormat.