diff options
author | yuvalt <yuvalt@svn> | 2009-09-28 11:22:33 +0000 |
---|---|---|
committer | yuvalt <yuvalt@svn> | 2009-09-28 11:22:33 +0000 |
commit | 06626487ad04850a6bb66ed55aced8c62f855f4e (patch) | |
tree | 0c4e4856ce98b26b37f09afba0f1f3481dbc94cd /guilib/TextureGL.h | |
parent | 7ce41e8e293e15aa067dd691517ddb3fab2b3adf (diff) |
support DXT5 textures with a new texture bundle(r)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23209 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/TextureGL.h')
-rw-r--r-- | guilib/TextureGL.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guilib/TextureGL.h b/guilib/TextureGL.h index 962c6f462d..8631beae2a 100644 --- a/guilib/TextureGL.h +++ b/guilib/TextureGL.h @@ -39,7 +39,7 @@ class CGLTexture : public CBaseTexture { public: - CGLTexture(unsigned int width = 0, unsigned int height = 0, unsigned int BPP = 0); + CGLTexture(unsigned int width = 0, unsigned int height = 0, unsigned int BPP = 0, unsigned int format = XB_FMT_B8G8R8A8); virtual ~CGLTexture(); void CreateTextureObject(); |