RenderTextureFormat.ARGBHalf Manual     Reference     Scripting  
Scripting > Enumerations > RenderTextureFormat
RenderTextureFormat.ARGBHalf

RenderTextureFormat.ARGBHalf

Description

Color render texture format, 16 bit floating point per channel.

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

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