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
QSGGuiThreadShaderEffectManager::ShaderInfo Struct Reference

#include <qsgadaptationlayer_p.h>

Collaboration diagram for QSGGuiThreadShaderEffectManager::ShaderInfo:

Classes

struct  Variable

Public Types

enum  Type { TypeVertex , TypeFragment , TypeOther }
enum  VariableType { Constant , Sampler , Texture }

Public Attributes

QString name
QShader rhiShader
Type type
QVector< Variablevariables

Detailed Description

Definition at line 255 of file qsgadaptationlayer_p.h.

Member Enumeration Documentation

◆ Type

Enumerator
TypeVertex 
TypeFragment 
TypeOther 

Definition at line 256 of file qsgadaptationlayer_p.h.

◆ VariableType

Enumerator
Constant 
Sampler 
Texture 

Definition at line 261 of file qsgadaptationlayer_p.h.

Member Data Documentation

◆ name

QString QSGGuiThreadShaderEffectManager::ShaderInfo::name

◆ rhiShader

QShader QSGGuiThreadShaderEffectManager::ShaderInfo::rhiShader

Definition at line 275 of file qsgadaptationlayer_p.h.

◆ type

Type QSGGuiThreadShaderEffectManager::ShaderInfo::type

Definition at line 276 of file qsgadaptationlayer_p.h.

◆ variables

QVector<Variable> QSGGuiThreadShaderEffectManager::ShaderInfo::variables

Definition at line 277 of file qsgadaptationlayer_p.h.


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