Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

RenderTextureFormat.ARGB2101010

Description

Color render texture format. 10 bits for colors, 2 bits for alpha.

Note that not all graphics cards support this format. Use SystemInfo.SupportsRenderTextureFormat to check for support.

See Also: RenderTexture.format, RenderTexture class, SystemInfo.SupportsRenderTextureFormat.