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

RenderTextureFormat.R8

Description

Single channel (R) render texture format, 8 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.