Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsBPTCFormat

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

Definition

IsBPTCFormat(GraphicsFormat)

Returns true if the format uses BPTC. Returns false otherwise.
public static bool IsBPTCFormat(GraphicsFormat format)

Parameters

Returns

Type

Description

bool

IsBPTCFormat(TextureFormat)

Returns true if the format uses BPTC. Returns false otherwise.
public static bool IsBPTCFormat(TextureFormat format)

Parameters

Returns

Type

Description

bool