X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resource_pool.h;fp=resource_pool.h;h=14c75e22797386c09a0f796d7db53d936a600ea3;hp=ea56d0184fd6f1a49d4238034d526acfd3672185;hb=225e1801e8bf2c76dae85753bf4bf406acad6d74;hpb=421c5782e5eb34d3f9e05295b212b3bb859e9d08 diff --git a/resource_pool.h b/resource_pool.h index ea56d01..14c75e2 100644 --- a/resource_pool.h +++ b/resource_pool.h @@ -56,8 +56,6 @@ public: // or fetch a previous used if possible. Unbinds GL_TEXTURE_2D afterwards. // Keeps ownership of the texture; you must call release_2d_texture() instead // of deleting it when you no longer want it. - // - // Note: Currently we do not actually have a freelist, but this will change soon. GLuint create_2d_texture(GLint internal_format, GLsizei width, GLsizei height); void release_2d_texture(GLuint texture_num);