mirror of https://github.com/bkaradzic/bgfx
texturev: Added bmp support.
This commit is contained in:
parent
450b1a3d1e
commit
4ac42ebe29
|
@ -33,6 +33,7 @@ namespace stl = tinystl;
|
|||
|
||||
static const char* s_supportedExt[] =
|
||||
{
|
||||
"bmp",
|
||||
"dds",
|
||||
"jpg",
|
||||
"jpeg",
|
||||
|
|
Loading…
Reference in New Issue