From eef76d08cb64f3977c4cf1ba13e69f4eddfca0dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 10 Jan 2015 15:16:08 -0800 Subject: [PATCH] Added PTC14(A) to emulated formats. --- src/bgfx.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bgfx.cpp b/src/bgfx.cpp index 6f353e35..6131f828 100644 --- a/src/bgfx.cpp +++ b/src/bgfx.cpp @@ -905,6 +905,8 @@ namespace bgfx TextureFormat::ETC2, TextureFormat::ETC2A, TextureFormat::ETC2A1, + TextureFormat::PTC14, + TextureFormat::PTC14A, }; void Context::init(RendererType::Enum _type)