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)