diff options
author | Denton Woods <devil.imagelib@gmail.com> | 2009-01-15 13:44:53 +0000 |
---|---|---|
committer | Denton Woods <devil.imagelib@gmail.com> | 2009-01-15 13:44:53 +0000 |
commit | 3d169dfe2ddea913628be052859fb0ac932c019a (patch) | |
tree | e267dda29b8f8f766cf3bcb8dd0cd34c664e2386 /DevIL/examples | |
parent | 7149867ec4598dc78e34e4b507be2c68aa415161 (diff) | |
download | devil-3d169dfe2ddea913628be052859fb0ac932c019a.tar.gz |
Removed testing line to convert to alpha.
Diffstat (limited to 'DevIL/examples')
-rw-r--r-- | DevIL/examples/windows_example/WindowsTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DevIL/examples/windows_example/WindowsTest.cpp b/DevIL/examples/windows_example/WindowsTest.cpp index 8249551d..8e377d63 100644 --- a/DevIL/examples/windows_example/WindowsTest.cpp +++ b/DevIL/examples/windows_example/WindowsTest.cpp @@ -612,7 +612,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) //last_elapsed = cur_elapsed; elapsed = 0; - ilConvertImage(IL_ALPHA, IL_UNSIGNED_BYTE); + //ilConvertImage(IL_RGBA, IL_UNSIGNED_BYTE); ilEnable(IL_NVIDIA_COMPRESS); //ilEnable(IL_SQUISH_COMPRESS); ilSetInteger(IL_DXTC_FORMAT, IL_DXT5); |