OpenGL: Mipmaps for GFXGLCubemap.

This commit is contained in:
LuisAntonRebollo 2014-12-26 20:58:22 +01:00
parent ca04726ad6
commit 9150c7f5ab
3 changed files with 45 additions and 19 deletions

View file

@ -51,7 +51,7 @@ public:
/// @return An array containing the texture data
/// @note You are responsible for deleting the returned data! (Use delete[])
U8* getTextureData();
U8* getTextureData( U32 mip = 0);
virtual F32 getMaxUCoord() const;
virtual F32 getMaxVCoord() const;