From 661e8a1f97e2715012c0309c842865b7800db9ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 17 Jun 2016 19:19:51 -0700 Subject: [PATCH] texturev: Added psd support. --- tools/texturev/texturev.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/texturev/texturev.cpp b/tools/texturev/texturev.cpp index 67c64df12..faa10220d 100644 --- a/tools/texturev/texturev.cpp +++ b/tools/texturev/texturev.cpp @@ -40,6 +40,7 @@ static const char* s_supportedExt[] = "hdr", "ktx", "png", + "psd", "pvr", "tga", };