![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgrhicontext_p.h>
Public Member Functions | |
| void | clear () |
| QSSGRhiShaderResourceBindingList () | |
| QSSGRhiShaderResourceBindingList (const QSSGRhiShaderResourceBindingList &other) | |
| QSSGRhiShaderResourceBindingList & | operator= (const QSSGRhiShaderResourceBindingList &other) Q_DECL_NOTHROW |
| void | addUniformBuffer (int binding, QRhiShaderResourceBinding::StageFlags stage, QRhiBuffer *buf, int offset=0, int size=0) |
| void | addTexture (int binding, QRhiShaderResourceBinding::StageFlags stage, QRhiTexture *tex, QRhiSampler *sampler) |
Public Attributes | |
| int | p = 0 |
| size_t | h = 0 |
| QRhiShaderResourceBinding | v [MAX_SIZE] |
Static Public Attributes | |
| static const int | MAX_SIZE = 32 |
Definition at line 557 of file qssgrhicontext_p.h.
|
inline |
Definition at line 568 of file qssgrhicontext_p.h.
|
inline |
Definition at line 570 of file qssgrhicontext_p.h.
| void QSSGRhiShaderResourceBindingList::addTexture | ( | int | binding, |
| QRhiShaderResourceBinding::StageFlags | stage, | ||
| QRhiTexture * | tex, | ||
| QRhiSampler * | sampler ) |
Definition at line 1597 of file qssgrhicontext.cpp.
| void QSSGRhiShaderResourceBindingList::addUniformBuffer | ( | int | binding, |
| QRhiShaderResourceBinding::StageFlags | stage, | ||
| QRhiBuffer * | buf, | ||
| int | offset = 0, | ||
| int | size = 0 ) |
Definition at line 1578 of file qssgrhicontext.cpp.
|
inline |
Definition at line 566 of file qssgrhicontext_p.h.
|
inline |
Definition at line 578 of file qssgrhicontext_p.h.
| size_t QSSGRhiShaderResourceBindingList::h = 0 |
Definition at line 563 of file qssgrhicontext_p.h.
|
static |
Definition at line 560 of file qssgrhicontext_p.h.
| int QSSGRhiShaderResourceBindingList::p = 0 |
Definition at line 562 of file qssgrhicontext_p.h.
| QRhiShaderResourceBinding QSSGRhiShaderResourceBindingList::v[MAX_SIZE] |
Definition at line 564 of file qssgrhicontext_p.h.