mesa: added comment for check_begin_texture_render()

This commit is contained in:
brian
2009-11-10 15:33:31 -07:00
parent 4c54f8e9aa
commit a492ab765a

View File

@@ -1149,6 +1149,11 @@ _mesa_IsFramebufferEXT(GLuint framebuffer)
}
/**
* Check if any of the attachments of the given framebuffer are textures
* (render to texture). Call ctx->Driver.RenderTexture() for such
* attachments.
*/
static void
check_begin_texture_render(GLcontext *ctx, struct gl_framebuffer *fb)
{