Fix format.

This commit is contained in:
castano
2010-06-01 19:25:49 +00:00
parent c3bc24b165
commit f233188963
2 changed files with 466 additions and 466 deletions

View File

@ -37,7 +37,7 @@
using namespace nv; using namespace nv;
#if !defined(MAKEFOURCC) #if !defined(MAKEFOURCC)
# define MAKEFOURCC(ch0, ch1, ch2, ch3) \ #define MAKEFOURCC(ch0, ch1, ch2, ch3) \
(uint(uint8(ch0)) | (uint(uint8(ch1)) << 8) | \ (uint(uint8(ch0)) | (uint(uint8(ch1)) << 8) | \
(uint(uint8(ch2)) << 16) | (uint(uint8(ch3)) << 24 )) (uint(uint8(ch2)) << 16) | (uint(uint8(ch3)) << 24 ))
#endif #endif

View File

@ -554,9 +554,9 @@ int main(int argc, char *argv[])
outputOptions.setContainer(nvtt::Container_DDS10); outputOptions.setContainer(nvtt::Container_DDS10);
} }
// printf("Press ENTER.\n"); // printf("Press ENTER.\n");
// fflush(stdout); // fflush(stdout);
// getchar(); // getchar();
Timer timer; Timer timer;
timer.start(); timer.start();