![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
static void | writeShaderKey (QDataStream *ds, const QShaderKey &k) |
static void | readShaderKey (QDataStream *ds, QShaderKey *k) |
QDebug | operator<< (QDebug dbg, const QShader &bs) |
QDebug | operator<< (QDebug dbg, const QShaderKey &k) |
QDebug | operator<< (QDebug dbg, const QShaderVersion &v) |
Definition at line 919 of file qshader.cpp.
QDebug operator<< | ( | QDebug | dbg, |
const QShaderKey & | k | ||
) |
Definition at line 937 of file qshader.cpp.
References QShaderKey::source(), QShaderKey::sourceVariant(), and QShaderKey::sourceVersion().
QDebug operator<< | ( | QDebug | dbg, |
const QShaderVersion & | v | ||
) |
Definition at line 946 of file qshader.cpp.
|
static |
Definition at line 487 of file qshader.cpp.
References QShaderVersion::setFlags(), QShaderKey::setSource(), QShaderKey::setSourceVariant(), QShaderKey::setSourceVersion(), and QShaderVersion::setVersion().
Referenced by QShader::fromSerialized().
|
static |
Definition at line 399 of file qshader.cpp.
References QShaderVersion::flags(), QShaderKey::source(), QShaderKey::sourceVariant(), QShaderKey::sourceVersion(), and QShaderVersion::version().
Referenced by QShader::serialized().