![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrhi_p.h>
Classes | |
struct | Batch |
Public Member Functions | |
void | feed (int binding, T resource) |
bool | finish () |
void | clear () |
bool | operator== (const QRhiBatchedBindings< T > &other) const |
bool | operator!= (const QRhiBatchedBindings< T > &other) const |
Public Attributes | |
QVarLengthArray< Batch, 4 > | batches |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 643 of file qrhi_p.h.
References operator==().
|
inline |
Definition at line 638 of file qrhi_p.h.
Referenced by operator!=().
QVarLengthArray<Batch, 4> QRhiBatchedBindings< T >::batches |