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
QSGShaderEffectNode::ShaderData Struct Reference

#include <qsgadaptationlayer_p.h>

Collaboration diagram for QSGShaderEffectNode::ShaderData:

Public Member Functions

 ShaderData ()

Public Attributes

bool hasShaderCode = false
QSGGuiThreadShaderEffectManager::ShaderInfo shaderInfo
QVector< VariableDatavarData

Detailed Description

Definition at line 328 of file qsgadaptationlayer_p.h.

Constructor & Destructor Documentation

◆ ShaderData()

QSGShaderEffectNode::ShaderData::ShaderData ( )
inline

Definition at line 329 of file qsgadaptationlayer_p.h.

Member Data Documentation

◆ hasShaderCode

bool QSGShaderEffectNode::ShaderData::hasShaderCode = false

Definition at line 330 of file qsgadaptationlayer_p.h.

◆ shaderInfo

QSGGuiThreadShaderEffectManager::ShaderInfo QSGShaderEffectNode::ShaderData::shaderInfo

Definition at line 331 of file qsgadaptationlayer_p.h.

◆ varData

QVector<VariableData> QSGShaderEffectNode::ShaderData::varData

Definition at line 332 of file qsgadaptationlayer_p.h.


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