Updated Utility

Former-commit-id: 6da80ae53e6965e1fb8a74e656434f514aac8c62
This commit is contained in:
Lynix
2013-03-02 00:24:34 +01:00
parent 7540fbf09c
commit b1da998d24
2 changed files with 13 additions and 1 deletions

View File

@@ -28,7 +28,10 @@
struct NAZARA_API NzImageParams
{
// Le format dans lequel l'image doit être chargée (Undefined pour le format le plus proche de l'original)
nzPixelFormat loadFormat = nzPixelFormat_Undefined;
// Le nombre de niveaux de mipmaps maximum devant être créé
nzUInt8 levelCount = 0;
bool IsValid() const;