]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
added detection of GL_EXT_framebuffer_object extension
[xonotic/darkplaces.git] / gl_rmain.c
index 9a22c99951389b5f46ca050c0dd84770bb21ba6d..23351c76dec8d1b057404ee4a0ac3b85b66ce641 100644 (file)
@@ -3717,7 +3717,7 @@ void R_HDR_RenderBloomTexture(void)
 
        // TODO: support GL_EXT_framebuffer_object rather than reusing the framebuffer?  it might improve SLI performance.
        // TODO: add exposure compensation features
-       // TODO: add fp16 framebuffer support
+       // TODO: add fp16 framebuffer support (using GL_EXT_framebuffer_object)
 
        r_refdef.view.showdebug = false;
        r_refdef.view.colorscale *= r_bloom_colorscale.value / bound(1, r_hdr_range.value, 16);