mesa: added comment for check_begin_texture_render()
authorbrian <brian@cvp965.(none)>
Tue, 10 Nov 2009 22:33:31 +0000 (15:33 -0700)
committerbrian <brian@cvp965.(none)>
Wed, 11 Nov 2009 01:09:12 +0000 (18:09 -0700)
src/mesa/main/fbobject.c

index c4454550dbca3fcd3238cfd759db2a58050b2c1c..2641123857aeb4f9a2f6e2010130b1298fb1c5ce 100644 (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)
 {