![]() |
Qt 6.x
The Qt SDK
|
#include <qsgmaterialshader_p.h>
Public Member Functions | |
ShaderStageData () | |
ShaderStageData (const QShader &shader) | |
Public Attributes | |
QShader | shader |
QShader::Variant | shaderVariant = QShader::StandardShader |
QVector< int > | vertexInputLocations |
int | qt_order_attrib_location = -1 |
Definition at line 48 of file qsgmaterialshader_p.h.
|
inline |
Definition at line 49 of file qsgmaterialshader_p.h.
|
inline |
Definition at line 50 of file qsgmaterialshader_p.h.
int QSGMaterialShaderPrivate::ShaderStageData::qt_order_attrib_location = -1 |
Definition at line 54 of file qsgmaterialshader_p.h.
Referenced by QSGBatchRenderer::calculateVertexInputLayout(), and QSGMaterialShaderPrivate::prepare().
QShader QSGMaterialShaderPrivate::ShaderStageData::shader |
Definition at line 51 of file qsgmaterialshader_p.h.
QShader::Variant QSGMaterialShaderPrivate::ShaderStageData::shaderVariant = QShader::StandardShader |
Definition at line 52 of file qsgmaterialshader_p.h.
QVector<int> QSGMaterialShaderPrivate::ShaderStageData::vertexInputLocations |
Definition at line 53 of file qsgmaterialshader_p.h.
Referenced by QSGBatchRenderer::calculateVertexInputLayout().