Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsPVRTCFormat

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

Definition

IsPVRTCFormat(GraphicsFormat)

Returns true if the format uses PVRTC. Returns false otherwise.
Warning
Deprecated. Texture compression format PVRTC has been deprecated and will be removed in a future release
public static bool IsPVRTCFormat(GraphicsFormat format)

Parameters

Returns

Type

Description

bool

IsPVRTCFormat(TextureFormat)

Returns true if the format uses PVRTC. Returns false otherwise.
Warning
Deprecated. Texture compression format PVRTC has been deprecated and will be removed in a future release
public static bool IsPVRTCFormat(TextureFormat format)

Parameters

Returns

Type

Description

bool