![]() |
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>
Public Attributes | |
| QSSGShaderGeneratorStageFlags | stageOutputFrom |
| QSSGShaderGeneratorStageFlags | stagesInputIn |
| QByteArray | type |
| QByteArray | name |
| int | location |
| bool | output |
| bool | flat |
Definition at line 30 of file qssgshaderresourcemergecontext_p.h.
| bool QSSGShaderResourceMergeContext::InOutVar::flat |
Definition at line 37 of file qssgshaderresourcemergecontext_p.h.
| int QSSGShaderResourceMergeContext::InOutVar::location |
Definition at line 35 of file qssgshaderresourcemergecontext_p.h.
| QByteArray QSSGShaderResourceMergeContext::InOutVar::name |
Definition at line 34 of file qssgshaderresourcemergecontext_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| bool QSSGShaderResourceMergeContext::InOutVar::output |
Definition at line 36 of file qssgshaderresourcemergecontext_p.h.
| QSSGShaderGeneratorStageFlags QSSGShaderResourceMergeContext::InOutVar::stageOutputFrom |
Definition at line 31 of file qssgshaderresourcemergecontext_p.h.
| QSSGShaderGeneratorStageFlags QSSGShaderResourceMergeContext::InOutVar::stagesInputIn |
Definition at line 32 of file qssgshaderresourcemergecontext_p.h.
| QByteArray QSSGShaderResourceMergeContext::InOutVar::type |
Definition at line 33 of file qssgshaderresourcemergecontext_p.h.