![]() |
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 37 of file qssgshaderresourcemergecontext_p.h.
| bool QSSGShaderResourceMergeContext::InOutVar::flat |
Definition at line 44 of file qssgshaderresourcemergecontext_p.h.
| int QSSGShaderResourceMergeContext::InOutVar::location |
Definition at line 42 of file qssgshaderresourcemergecontext_p.h.
| QByteArray QSSGShaderResourceMergeContext::InOutVar::name |
Definition at line 41 of file qssgshaderresourcemergecontext_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| bool QSSGShaderResourceMergeContext::InOutVar::output |
Definition at line 43 of file qssgshaderresourcemergecontext_p.h.
| QSSGShaderGeneratorStageFlags QSSGShaderResourceMergeContext::InOutVar::stageOutputFrom |
Definition at line 38 of file qssgshaderresourcemergecontext_p.h.
| QSSGShaderGeneratorStageFlags QSSGShaderResourceMergeContext::InOutVar::stagesInputIn |
Definition at line 39 of file qssgshaderresourcemergecontext_p.h.
| QByteArray QSSGShaderResourceMergeContext::InOutVar::type |
Definition at line 40 of file qssgshaderresourcemergecontext_p.h.