mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Added PTC14(A) to emulated formats.
This commit is contained in:
@@ -905,6 +905,8 @@ namespace bgfx
|
||||
TextureFormat::ETC2,
|
||||
TextureFormat::ETC2A,
|
||||
TextureFormat::ETC2A1,
|
||||
TextureFormat::PTC14,
|
||||
TextureFormat::PTC14A,
|
||||
};
|
||||
|
||||
void Context::init(RendererType::Enum _type)
|
||||
|
||||
Reference in New Issue
Block a user