Browse Source

Added PTC14(A) to emulated formats.

Branimir Karadžić 11 years ago
parent
commit
eef76d08cb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/bgfx.cpp

+ 2 - 0
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)