From d7f0b214878fed7b151e4d0ac7249b78e7fa7f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 19 Feb 2014 21:30:02 -0800 Subject: [PATCH] Fixed TextureFormat::Enum order for PVR1xA textures. --- include/bgfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bgfx.h b/include/bgfx.h index 8813229bc..c413f28a4 100644 --- a/include/bgfx.h +++ b/include/bgfx.h @@ -349,8 +349,8 @@ namespace bgfx ETC2A1, // ETC2 RGB8A1 PTC12, // PVRTC1 RGB 2BPP PTC14, // PVRTC1 RGB 4BPP - PTC14A, // PVRTC1 RGBA 4BPP PTC12A, // PVRTC1 RGBA 2BPP + PTC14A, // PVRTC1 RGBA 4BPP PTC22, // PVRTC2 RGBA 2BPP PTC24, // PVRTC2 RGBA 4BPP