![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsgadaptationlayer_p.h>
Classes | |
| struct | Variable |
Public Types | |
| enum | Type { TypeVertex , TypeFragment , TypeOther } |
| enum | VariableType { Constant , Sampler , Texture } |
Public Attributes | |
| QString | name |
| QShader | rhiShader |
| Type | type |
| QVector< Variable > | variables |
Definition at line 255 of file qsgadaptationlayer_p.h.
| Enumerator | |
|---|---|
| TypeVertex | |
| TypeFragment | |
| TypeOther | |
Definition at line 256 of file qsgadaptationlayer_p.h.
| Enumerator | |
|---|---|
| Constant | |
| Sampler | |
| Texture | |
Definition at line 261 of file qsgadaptationlayer_p.h.
| QString QSGGuiThreadShaderEffectManager::ShaderInfo::name |
Definition at line 274 of file qsgadaptationlayer_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| QShader QSGGuiThreadShaderEffectManager::ShaderInfo::rhiShader |
Definition at line 275 of file qsgadaptationlayer_p.h.
| Type QSGGuiThreadShaderEffectManager::ShaderInfo::type |
Definition at line 276 of file qsgadaptationlayer_p.h.
Definition at line 277 of file qsgadaptationlayer_p.h.