Wow I haven't updated this in a long time.

This commit is contained in:
Marisa the Magician 2019-11-19 17:28:33 +01:00
commit 55010c8b48
15 changed files with 3980 additions and 23 deletions

View file

@ -266,6 +266,10 @@ int main( int argc, char **argv )
if ( head.caps[1]&DDSCAPS2_CUBEMAP_POSITIVEZ ) printf(" POSITIVEZ");
if ( head.caps[1]&DDSCAPS2_CUBEMAP_NEGATIVEZ ) printf(" NEGATIVEZ");
if ( head.caps[1]&DDSCAPS2_VOLUME ) printf(" VOLUME");
if ( !strncmp(head.pf_fourcc,"DX10",4) )
{
printf("\ndxgi format: %d",head10.dxgiformat);
}
printf("\n");
return 0;
}