]> git.tdb.fi Git - libs/gl.git/blobdiff - source/pipeline.h
Some comment updates
[libs/gl.git] / source / pipeline.h
index 1e5b6aa4c9894529e44cb0094c5b9a08837b01e6..4ee594444a5e6c465d50347793c572f6f2e076ff 100644 (file)
@@ -87,7 +87,10 @@ public:
        Pipeline(unsigned, unsigned, bool = false);
        ~Pipeline();
 
+       /* Sets high dynamic range mode.  Requires floating-point texture support.
+       A ColorCurve postprocessor is recommended for full benefit. */
        void set_hdr(bool);
+
        void set_multisample(unsigned);
 
        // Deprecated