X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpipeline.h;fp=source%2Fpipeline.h;h=4ee594444a5e6c465d50347793c572f6f2e076ff;hb=02343325a49437532a6b263b1c5453cc6e51b71b;hp=1e5b6aa4c9894529e44cb0094c5b9a08837b01e6;hpb=56c3e1bc5e6cf7d081c544bfedbfa436ec5d963f;p=libs%2Fgl.git diff --git a/source/pipeline.h b/source/pipeline.h index 1e5b6aa4..4ee59444 100644 --- a/source/pipeline.h +++ b/source/pipeline.h @@ -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