summaryrefslogtreecommitdiff
path: root/progs/trivial/clear-fbo-tex.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-12-19 00:28:01 -0800
committerVinson Lee <vlee@vmware.com>2009-12-19 00:28:01 -0800
commitd87d71036cf546488981d3bd174fde967533bad2 (patch)
tree03a6c64c410d7e1dc1c33ca632cecd38c650c2eb /progs/trivial/clear-fbo-tex.c
parent3340fd65fba8bbd426c5e0b74b1d8f1592b36499 (diff)
progs/trivial: Use C-style comments.
Diffstat (limited to 'progs/trivial/clear-fbo-tex.c')
-rw-r--r--progs/trivial/clear-fbo-tex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/trivial/clear-fbo-tex.c b/progs/trivial/clear-fbo-tex.c
index 238f634bf5..ff31706fd1 100644
--- a/progs/trivial/clear-fbo-tex.c
+++ b/progs/trivial/clear-fbo-tex.c
@@ -102,8 +102,8 @@ static void Draw( void )
/* draw to texture image */
glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, MyFB);
-// glDrawBuffer(GL_COLOR_ATTACHMENT1_EXT);
-// glReadBuffer(GL_COLOR_ATTACHMENT1_EXT);
+ /* glDrawBuffer(GL_COLOR_ATTACHMENT1_EXT); */
+ /* glReadBuffer(GL_COLOR_ATTACHMENT1_EXT); */
glViewport(0, 0, TexWidth, TexHeight);