texturev: Added bmp support.

This commit is contained in:
Branimir Karadžić 2016-06-16 22:10:33 -07:00
parent 450b1a3d1e
commit 4ac42ebe29
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ namespace stl = tinystl;
static const char* s_supportedExt[] =
{
"bmp",
"dds",
"jpg",
"jpeg",