created TGA loader

This commit is contained in:
turanszkij
2018-01-05 16:43:56 +00:00
parent 81d52f26d8
commit 4025f7e423
11 changed files with 180 additions and 25 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ PostprocessWindow::PostprocessWindow(wiGUI* gui, Renderable3DComponent* comp) :
// use the contents of szFile to initialize itself.
ofn.lpstrFile[0] = '\0';
ofn.nMaxFile = sizeof(szFile);
ofn.lpstrFilter = "Color Grading texture\0*.dds;*.png\0";
ofn.lpstrFilter = "Color Grading texture\0*.dds;*.png;*.tga\0";
ofn.nFilterIndex = 1;
ofn.lpstrFileTitle = NULL;
ofn.nMaxFileTitle = 0;