]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/opengl/texture_backend.h
Rename OpenGLTexture::generate_id to create
[libs/gl.git] / source / backends / opengl / texture_backend.h
index 8b6a734e4eaf9850ea2d45583acc7cb951645ef7..815778203bcaba66f4e13de3f81a2b08aa8450a0 100644 (file)
@@ -22,7 +22,7 @@ protected:
        OpenGLTexture(unsigned);
        ~OpenGLTexture();
 
-       void generate_id();
+       void create();
        void require_swizzle();
        void apply_swizzle();
        void set_parameter_i(unsigned, int) const;