X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ftexturecube.cpp;h=889d051b905e490dc9006f993a24fc476871d5c5;hb=49323eea600fb989d4181ccfd437ee12722ae733;hp=3c6f23bd94f05443fd5e872febca8edf19555875;hpb=93fa68debcd6e416a1b20f43077f7a79525aaecb;p=libs%2Fgl.git diff --git a/source/texturecube.cpp b/source/texturecube.cpp index 3c6f23bd..889d051b 100644 --- a/source/texturecube.cpp +++ b/source/texturecube.cpp @@ -37,6 +37,9 @@ void TextureCube::storage(PixelFormat fmt, unsigned sz) throw invalid_operation("TextureCube::storage"); if(sz==0) throw invalid_argument("TextureCube::storage"); + + if(MSP_sized_internal_formats) + fmt = get_sized_pixelformat(fmt); require_pixelformat(fmt); ifmt = fmt;