Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsRGTCFormat

Returns true if the format uses RGTC. Returns false otherwise.
Read time 1 minuteLast updated 11 days ago

Definition

IsRGTCFormat(GraphicsFormat)

Returns true if the format uses RGTC. Returns false otherwise.
public static bool IsRGTCFormat(GraphicsFormat format)

Parameters

Returns

Type

Description

bool

IsRGTCFormat(TextureFormat)

Returns true if the format uses RGTC. Returns false otherwise.
public static bool IsRGTCFormat(TextureFormat format)

Parameters

Returns

Type

Description

bool