]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture3d.cpp
Get rid of the typedefs for fundamental types
[libs/gl.git] / source / texture3d.cpp
index 5f8649688655a1d420c82d061406fa1a6d24af63..b34e20cd5d4f757ca9e663bcf3053b00799419b0 100644 (file)
@@ -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");