Add better support for the DX10 DDS formats.

This commit is contained in:
castano
2008-04-11 23:58:41 +00:00
parent db1b30ee4b
commit 9d47e100f1
2 changed files with 212 additions and 39 deletions

View File

@ -119,6 +119,7 @@ namespace nv
uint width() const;
uint height() const;
uint depth() const;
bool isTexture1D() const;
bool isTexture2D() const;
bool isTexture3D() const;
bool isTextureCube() const;