Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSGMaterialShaderPrivate::ShaderStageData Struct Reference

#include <qsgmaterialshader_p.h>

+ Collaboration diagram for QSGMaterialShaderPrivate::ShaderStageData:

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
 

Detailed Description

Definition at line 48 of file qsgmaterialshader_p.h.

Constructor & Destructor Documentation

◆ ShaderStageData() [1/2]

QSGMaterialShaderPrivate::ShaderStageData::ShaderStageData ( )
inline

Definition at line 49 of file qsgmaterialshader_p.h.

◆ ShaderStageData() [2/2]

QSGMaterialShaderPrivate::ShaderStageData::ShaderStageData ( const QShader & shader)
inline

Definition at line 50 of file qsgmaterialshader_p.h.

Member Data Documentation

◆ qt_order_attrib_location

int QSGMaterialShaderPrivate::ShaderStageData::qt_order_attrib_location = -1

◆ shader

QShader QSGMaterialShaderPrivate::ShaderStageData::shader

Definition at line 51 of file qsgmaterialshader_p.h.

◆ shaderVariant

QShader::Variant QSGMaterialShaderPrivate::ShaderStageData::shaderVariant = QShader::StandardShader

Definition at line 52 of file qsgmaterialshader_p.h.

◆ vertexInputLocations

QVector<int> QSGMaterialShaderPrivate::ShaderStageData::vertexInputLocations

Definition at line 53 of file qsgmaterialshader_p.h.

Referenced by QSGBatchRenderer::calculateVertexInputLayout().


The documentation for this struct was generated from the following file: