Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsDXTCFormat

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

Definition

IsDXTCFormat(GraphicsFormat)

Returns true if the format uses DXTC. Returns false otherwise.
public static bool IsDXTCFormat(GraphicsFormat format)

Parameters

Returns

Type

Description

bool

IsDXTCFormat(TextureFormat)

Returns true if the format uses DXTC. Returns false otherwise.
public static bool IsDXTCFormat(TextureFormat format)

Parameters

Returns

Type

Description

bool