X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcore%2Ftexture.h;h=bca0d409b105d9177ea7a108efc498e25c180769;hb=2e7f0e8b226fdeea3306e2e0eef22a8f200ae16b;hp=c4e72031ebb174e372877dfd14972449e80d9178;hpb=160293feec7b0b976856685153cd24c7f1ce9492;p=libs%2Fgl.git diff --git a/source/core/texture.h b/source/core/texture.h index c4e72031..bca0d409 100644 --- a/source/core/texture.h +++ b/source/core/texture.h @@ -90,6 +90,7 @@ public: ~Texture(); protected: + void generate_id(); void set_format(PixelFormat); void apply_swizzle(); void set_parameter_i(GLenum, int) const;