QUniformPack Class
(Qt3D::Render::QUniformPack)Public Types
| class | NamedTexture |
Public Functions
| ~QUniformPack() | |
| void | setTexture(const QString & glslName, const QNodeId & id) |
| void | setUniform(const QString & glslName, const QUniformValue * val) |
| void | setUniformBuffer(const BlockToUBO & blockToUBO) |
| QVector<NamedTexture> | textures() const |
| QVector<BlockToUBO> | uniformBuffers() const |
| const QHash<QString, const QUniformValue *> & | uniforms() const |
Member Function Documentation
QUniformPack::~QUniformPack()
void QUniformPack::setTexture(const QString & glslName, const QNodeId & id)
void QUniformPack::setUniform(const QString & glslName, const QUniformValue * val)
void QUniformPack::setUniformBuffer(const BlockToUBO & blockToUBO)
QVector<NamedTexture> QUniformPack::textures() const
QVector<BlockToUBO> QUniformPack::uniformBuffers() const
const QHash<QString, const QUniformValue *> & QUniformPack::uniforms() const
© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.