From 4ac42ebe2913621653a228b2b4f7c4b9df5e6f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Thu, 16 Jun 2016 22:10:33 -0700 Subject: [PATCH] texturev: Added bmp support. --- tools/texturev/texturev.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/texturev/texturev.cpp b/tools/texturev/texturev.cpp index 8d866f977..67c64df12 100644 --- a/tools/texturev/texturev.cpp +++ b/tools/texturev/texturev.cpp @@ -33,6 +33,7 @@ namespace stl = tinystl; static const char* s_supportedExt[] = { + "bmp", "dds", "jpg", "jpeg",