This version of Unity is unsupported.

TextureFormat.RG32

Description

Two channel (RG) texture format, 16 bit integer per channel.

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

See Also: Texture2D.format, texture assets.