X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture3d.cpp;h=b34e20cd5d4f757ca9e663bcf3053b00799419b0;hb=ceae2a27dfc58310c5bab7e3aa3fedf0fa9a1f49;hp=5f8649688655a1d420c82d061406fa1a6d24af63;hpb=8f2430208cfa7bb9dc5bd655dde88acc21db54d2;p=libs%2Fgl.git diff --git a/source/texture3d.cpp b/source/texture3d.cpp index 5f864968..b34e20cd 100644 --- a/source/texture3d.cpp +++ b/source/texture3d.cpp @@ -28,7 +28,7 @@ Texture3D::Texture3D(): bind(); } -void Texture3D::storage(PixelFormat f, sizei w, sizei h, sizei d, int b) +void Texture3D::storage(PixelFormat f, unsigned w, unsigned h, unsigned d, int b) { if(width>0) throw InvalidState("Textures may only be created once");