KWin
|
#include <icc_shader.h>
Public Member Functions | |
IccShader () | |
~IccShader () | |
GLShader * | shader () const |
void | setUniforms (const std::shared_ptr< IccProfile > &profile, float sdrBrightness, const QVector3D &channelFactors) |
Definition at line 21 of file icc_shader.h.
|
explicit |
Definition at line 20 of file icc_shader.cpp.
KWin::IccShader::~IccShader | ( | ) |
Definition at line 39 of file icc_shader.cpp.
void KWin::IccShader::setUniforms | ( | const std::shared_ptr< IccProfile > & | profile, |
float | sdrBrightness, | ||
const QVector3D & | channelFactors ) |
Definition at line 148 of file icc_shader.cpp.
GLShader * KWin::IccShader::shader | ( | ) | const |
Definition at line 143 of file icc_shader.cpp.