diff options
Diffstat (limited to '3rdparty/bgfx/tools/texturev/texturev.cpp')
-rw-r--r-- | 3rdparty/bgfx/tools/texturev/texturev.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/bgfx/tools/texturev/texturev.cpp b/3rdparty/bgfx/tools/texturev/texturev.cpp index 8d866f97799..faa10220d2f 100644 --- a/3rdparty/bgfx/tools/texturev/texturev.cpp +++ b/3rdparty/bgfx/tools/texturev/texturev.cpp @@ -33,12 +33,14 @@ namespace stl = tinystl; static const char* s_supportedExt[] = { + "bmp", "dds", "jpg", "jpeg", "hdr", "ktx", "png", + "psd", "pvr", "tga", }; |