Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TextureFormat

Index

Enumeration Members

ASTC_10x10: 21

RGB(A) compressed format,128 bits per 10x10 pixel block.

ASTC_12x12: 22

RGB(A) compressed format,128 bits per 12x12 pixel block.

ASTC_4x4: 17

RGB(A) compressed format,128 bits per 4x4 pixel block.

ASTC_5x5: 18

RGB(A) compressed format,128 bits per 5x5 pixel block.

ASTC_6x6: 19

RGB(A) compressed format,128 bits per 6x6 pixel block.

ASTC_8x8: 20

RGB(A) compressed format,128 bits per 8x8 pixel block.

Alpha8: 5

Transparent format,8 bits.

DXT1: 7

RGB compressed format。

DXT5: 8

RGBA compressed format。

ETC1_RGB: 9

RGB compressed format,4 bits per pixel。

ETC2_RGB: 10

RGB compressed format,4 bits per pixel。

ETC2_RGBA5: 11

RGBA compressed format,5 bits per pixel,4 bit in RGB, 1 bit in A.

ETC2_RGBA8: 12

RGB compressed format,8 bits per pixel.

PVRTC_RGB2: 13

RGB compressed format,2 bits per pixel.

PVRTC_RGB4: 15

RGB compressed format,4 bits per pixel.

PVRTC_RGBA2: 14

RGBA compressed format,2 bits per pixel.

PVRTC_RGBA4: 16

RGBA compressed format,4 bits per pixel.

R32G32B32A32: 6

RGBA format,32 bits per channel.

R4G4B4A4: 2

RGBA format,4 bits per channel.

R5G5B5A1: 3

RGBA format,5 bits in R channel,5 bits in G channel,5 bits in B channel, 1 bit in A channel.

R5G6B5: 4

RGB format,5 bits in R channel,6 bits in G channel,5 bits in B channel.

R8G8B8: 0

RGB format,8 bits per channel.

R8G8B8A8: 1

RGBA format,8 bits per channel.

Generated using TypeDoc