mesa: added comment

This commit is contained in:
Brian Paul 2009-10-31 08:08:19 -06:00
parent 7157479b25
commit 644d8fd363

View file

@ -79,6 +79,8 @@ validate_texture_wrap_mode(GLcontext * ctx, GLenum target, GLenum wrap)
/**
* Get current texture object for given target.
* Return NULL if any error.
* Note that this is different from _mesa_select_tex_object() in that proxy
* targets are not accepted.
*/
static struct gl_texture_object *
get_texobj(GLcontext *ctx, GLenum target)