Added PTC14(A) to emulated formats.

This commit is contained in:
Branimir Karadžić 2015-01-10 15:16:08 -08:00
parent 01ac66258e
commit eef76d08cb

View file

@ -905,6 +905,8 @@ namespace bgfx
TextureFormat::ETC2,
TextureFormat::ETC2A,
TextureFormat::ETC2A1,
TextureFormat::PTC14,
TextureFormat::PTC14A,
};
void Context::init(RendererType::Enum _type)