RGBA_PVRTC_2Bpp_UNorm
A four-component, PVRTC compressed format where each 64-bit compressed texel block encodes a 8×4 rectangle of unsigned normalized RGBA texel data with the first 32 bits encoding alpha values followed by 32 bits encoding RGB values.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Experimental.Rendering
- Assembly: UnityEngine.CoreModule
RGBA_PVRTC_2Bpp_UNorm = 115
Remarks
Note: PVRTC format is deprecated. Use ASTC or ETC format instead.