Add nvassemble tool to create cubemaps, volumes, and texture arrays.

This commit is contained in:
castano
2007-11-16 11:05:17 +00:00
parent 98b2377a11
commit 854da30b8e
11 changed files with 542 additions and 99 deletions

View File

@ -292,7 +292,7 @@ namespace nv
return s;
}
static Stream & operator<< (Stream & s, DDSHeader & header)
Stream & operator<< (Stream & s, DDSHeader & header)
{
nvStaticCheck(sizeof(DDSHeader) == 148);
s << header.fourcc;