X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexture.h;h=bca0d409b105d9177ea7a108efc498e25c180769;hp=c4e72031ebb174e372877dfd14972449e80d9178;hb=2e7f0e8b226fdeea3306e2e0eef22a8f200ae16b;hpb=160293feec7b0b976856685153cd24c7f1ce9492 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;