![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qopenglcustomshaderstage_p.h>
Public Member Functions | |
QOpenGLCustomShaderStage () | |
virtual | ~QOpenGLCustomShaderStage () |
virtual void | setUniforms (QOpenGLShaderProgram *) |
void | setUniformsDirty () |
bool | setOnPainter (QPainter *) |
void | removeFromPainter (QPainter *) |
QByteArray | source () const |
void | setInactive () |
Protected Member Functions | |
void | setSource (const QByteArray &) |
Definition at line 27 of file qopenglcustomshaderstage_p.h.
QOpenGLCustomShaderStage::QOpenGLCustomShaderStage | ( | ) |
Definition at line 26 of file qopenglcustomshaderstage.cpp.
|
virtual |
Definition at line 31 of file qopenglcustomshaderstage.cpp.
Definition at line 66 of file qopenglcustomshaderstage.cpp.
void QOpenGLCustomShaderStage::setInactive | ( | ) |
Definition at line 91 of file qopenglcustomshaderstage.cpp.
bool QOpenGLCustomShaderStage::setOnPainter | ( | QPainter * | p | ) |
Definition at line 48 of file qopenglcustomshaderstage.cpp.
|
protected |
Definition at line 97 of file qopenglcustomshaderstage.cpp.
|
inlinevirtual |
Definition at line 33 of file qopenglcustomshaderstage_p.h.
void QOpenGLCustomShaderStage::setUniformsDirty | ( | ) |
Definition at line 41 of file qopenglcustomshaderstage.cpp.
QByteArray QOpenGLCustomShaderStage::source | ( | ) | const |
Definition at line 83 of file qopenglcustomshaderstage.cpp.