![]() |
Qt 6.x
The Qt SDK
|
Functions | |
QVector3D | vsqrt (const QVector3D &a) |
QVector3D | vmax (const QVector3D &a, const QVector3D &b) |
QVector3D | vclamp (const QVector3D &a, float b, float c) |
QVector3D | vadd (const QVector3D &a, float b) |
template<typename mType > | |
QVector3D | mad (mType m, const QVector3D &a, float b) |
QVector3D | tonemapLinearToSrgb (const QVector3D &c) |
QVector3D | tonemapHejlDawson (const QVector3D &c) |
QVector3D | tonemapAces (const QVector3D &c) |
QVector3D | tonemapFilmicSub (const QVector3D &c) |
QVector3D | tonemapFilmic (const QVector3D &c) |
|
inline |
Definition at line 46 of file qssgcputonemapper_p.h.
References vadd().
Referenced by tonemapAces(), tonemapFilmicSub(), and tonemapHejlDawson().
Definition at line 67 of file qssgcputonemapper_p.h.
References A, B, E, mad(), tonemapLinearToSrgb(), vadd(), and vclamp().
Referenced by tonemapRgb().
Definition at line 88 of file qssgcputonemapper_p.h.
References tonemapFilmicSub(), and tonemapLinearToSrgb().
Referenced by tonemapRgb().
Definition at line 77 of file qssgcputonemapper_p.h.
References A, B, E, mad(), and vadd().
Referenced by tonemapFilmic().
Definition at line 61 of file qssgcputonemapper_p.h.
References mad(), vadd(), and vmax().
Referenced by tonemapRgb().
Definition at line 53 of file qssgcputonemapper_p.h.
References vsqrt().
Referenced by tonemapAces(), tonemapFilmic(), and tonemapRgb().
Definition at line 40 of file qssgcputonemapper_p.h.
Referenced by mad(), tonemapAces(), tonemapFilmicSub(), and tonemapHejlDawson().
Definition at line 35 of file qssgcputonemapper_p.h.
References qBound().
Referenced by tonemapAces().
Definition at line 30 of file qssgcputonemapper_p.h.
Referenced by tonemapHejlDawson().
Definition at line 25 of file qssgcputonemapper_p.h.
Referenced by tonemapLinearToSrgb().