texturev: Added .pgm and .ppm extensions as supported.

This commit is contained in:
Branimir Karadžić 2017-10-27 20:59:07 -07:00
parent dee11c9655
commit 8ded805ff2

View File

@ -75,7 +75,9 @@ static const char* s_supportedExt[] =
"jpeg",
"hdr",
"ktx",
"pgm",
"png",
"ppm",
"psd",
"pvr",
"tga",