![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgrendershaderlibrarymanager_p.h>
Public Types | |
enum | Flag { UsesScreenTexture = 1 << 0 , UsesDepthTexture = 1 << 1 , UsesAoTexture = 1 << 2 , OverridesPosition = 1 << 3 , UsesProjectionMatrix = 1 << 4 , UsesInverseProjectionMatrix = 1 << 5 , UsesScreenMipTexture = 1 << 6 , UsesVarColor = 1 << 7 , UsesSharedVars = 1 << 8 , UsesIblOrientation = 1 << 9 , UsesLightmap = 1 << 10 , UsesSkinning = 1 << 11 , UsesMorphing = 1 << 12 , UsesViewIndex = 1 << 13 , UsesInputTexture = 1 << 14 , UsesClearcoat = 1 << 15 , UsesClearcoatFresnelScaleBias = 1 << 16 , UsesFresnelScaleBias = 1 << 17 , UsesTransmission = 1 << 18 , UsesViewMatrix = 1 << 19 , UsesNormalTexture = 1 << 20 } |
Public Attributes | |
Flags | flags |
QSet< QByteArray > | customFunctions |
QSSGShaderFeatures | features |
Definition at line 35 of file qssgrendershaderlibrarymanager_p.h.
Definition at line 37 of file qssgrendershaderlibrarymanager_p.h.
QSet<QByteArray> QSSGCustomShaderMetaData::customFunctions |
Definition at line 63 of file qssgrendershaderlibrarymanager_p.h.
QSSGShaderFeatures QSSGCustomShaderMetaData::features |
Definition at line 64 of file qssgrendershaderlibrarymanager_p.h.
Referenced by testing.tools.test_runner._PerProcessConfig::InitializeFeatures().
Flags QSSGCustomShaderMetaData::flags |
Definition at line 62 of file qssgrendershaderlibrarymanager_p.h.