Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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

Definition at line 54 of file qsgmaterialshader_p.h.

◆ 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.


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