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
QSGRhiShaderEffectDefaultShader Struct Reference
Collaboration diagram for QSGRhiShaderEffectDefaultShader:

Static Public Member Functions

static QSGRhiShaderEffectDefaultShader create (const QString &filename, int viewCount)
static QSGRhiShaderEffectDefaultShader create (const QString &filename, int viewCount)

Public Attributes

QShader shader
quint32 matrixArrayByteSize
quint32 opacityOffset
qint8 viewCount

Detailed Description

Definition at line 694 of file qsgrhishadereffectnode.cpp.

Member Function Documentation

◆ create() [1/2]

QSGRhiShaderEffectDefaultShader QSGRhiShaderEffectDefaultShader::create ( const QString & filename,
int viewCount )
static

Definition at line 703 of file qsgrhishadereffectnode.cpp.

◆ create() [2/2]

QSGRhiShaderEffectDefaultShader QSGRhiShaderEffectDefaultShader::create ( const QString & filename,
int viewCount )
static

Member Data Documentation

◆ matrixArrayByteSize

quint32 QSGRhiShaderEffectDefaultShader::matrixArrayByteSize

Definition at line 697 of file qsgrhishadereffectnode.cpp.

◆ opacityOffset

quint32 QSGRhiShaderEffectDefaultShader::opacityOffset

Definition at line 698 of file qsgrhishadereffectnode.cpp.

◆ shader

QShader QSGRhiShaderEffectDefaultShader::shader

Definition at line 696 of file qsgrhishadereffectnode.cpp.

◆ viewCount

qint8 QSGRhiShaderEffectDefaultShader::viewCount

Definition at line 699 of file qsgrhishadereffectnode.cpp.


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