mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Added PTC14(A) to emulated formats.
This commit is contained in:
parent
01ac66258e
commit
eef76d08cb
1 changed files with 2 additions and 0 deletions
|
@ -905,6 +905,8 @@ namespace bgfx
|
|||
TextureFormat::ETC2,
|
||||
TextureFormat::ETC2A,
|
||||
TextureFormat::ETC2A1,
|
||||
TextureFormat::PTC14,
|
||||
TextureFormat::PTC14A,
|
||||
};
|
||||
|
||||
void Context::init(RendererType::Enum _type)
|
||||
|
|
Loading…
Reference in a new issue