![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgshaderresourcemergecontext_p.h>
Classes | |
| struct | BlockMember |
| struct | InOutVar |
| struct | Sampler |
Public Member Functions | |
| void | registerInput (QSSGShaderGeneratorStage stage, const QByteArray &type, const QByteArray &name, bool flat=false) |
| void | registerOutput (QSSGShaderGeneratorStage stage, const QByteArray &type, const QByteArray &name, bool flat=false) |
| void | registerSampler (const QByteArray &type, const QByteArray &name, QSSGRenderShaderMetadata::Uniform::Condition conditionType=QSSGRenderShaderMetadata::Uniform::None, const QByteArray &conditionName=QByteArray()) |
| void | registerUniformMember (const QByteArray &type, const QByteArray &name, QSSGRenderShaderMetadata::Uniform::Condition conditionType=QSSGRenderShaderMetadata::Uniform::None, const QByteArray &conditionName=QByteArray()) |
Public Attributes | |
| QMap< QByteArray, InOutVar > | m_inOutVars |
| QMap< QByteArray, Sampler > | m_samplers |
| QMap< QByteArray, BlockMember > | m_uniformMembers |
| int | m_nextFreeResourceBinding = FIRST_CUSTOM_RESOURCE_BINDING_POINT |
| QHash< int, int > | m_nextFreeInLocation |
| QHash< int, int > | m_nextFreeOutLocation |
| int | viewCount = 1 |
Static Public Attributes | |
| static const int | FIRST_CUSTOM_RESOURCE_BINDING_POINT = 3 |
Definition at line 23 of file qssgshaderresourcemergecontext_p.h.
|
inline |
Definition at line 71 of file qssgshaderresourcemergecontext_p.h.
|
inline |
Definition at line 82 of file qssgshaderresourcemergecontext_p.h.
|
inline |
Definition at line 93 of file qssgshaderresourcemergecontext_p.h.
|
inline |
Definition at line 104 of file qssgshaderresourcemergecontext_p.h.
|
static |
Definition at line 28 of file qssgshaderresourcemergecontext_p.h.
| QMap<QByteArray, InOutVar> QSSGShaderResourceMergeContext::m_inOutVars |
Definition at line 61 of file qssgshaderresourcemergecontext_p.h.
| QHash<int, int> QSSGShaderResourceMergeContext::m_nextFreeInLocation |
Definition at line 66 of file qssgshaderresourcemergecontext_p.h.
| QHash<int, int> QSSGShaderResourceMergeContext::m_nextFreeOutLocation |
Definition at line 67 of file qssgshaderresourcemergecontext_p.h.
| int QSSGShaderResourceMergeContext::m_nextFreeResourceBinding = FIRST_CUSTOM_RESOURCE_BINDING_POINT |
Definition at line 65 of file qssgshaderresourcemergecontext_p.h.
| QMap<QByteArray, Sampler> QSSGShaderResourceMergeContext::m_samplers |
Definition at line 62 of file qssgshaderresourcemergecontext_p.h.
| QMap<QByteArray, BlockMember> QSSGShaderResourceMergeContext::m_uniformMembers |
Definition at line 63 of file qssgshaderresourcemergecontext_p.h.
| int QSSGShaderResourceMergeContext::viewCount = 1 |
Definition at line 69 of file qssgshaderresourcemergecontext_p.h.