![]() |
Qt 6.x
The Qt SDK
|
#include <qrhi_p.h>
Public Member Functions | |
bool | operator== (const Batch &other) const |
bool | operator!= (const Batch &other) const |
Public Attributes | |
uint | startBinding |
QVarLengthArray< T, 4 > | resources |
|
inline |
Definition at line 563 of file qrhi_p.h.
References QRhiBatchedBindings< T >::Batch::operator==(), and other().
|
inline |
Definition at line 558 of file qrhi_p.h.
References other(), QRhiBatchedBindings< T >::Batch::resources, and QRhiBatchedBindings< T >::Batch::startBinding.
Referenced by QRhiBatchedBindings< T >::Batch::operator!=().
QVarLengthArray<T, 4> QRhiBatchedBindings< T >::Batch::resources |
Definition at line 556 of file qrhi_p.h.
Referenced by bindStageBuffers(), QRhiBatchedBindings< T >::clear(), QRhiBatchedBindings< T >::feed(), QRhiBatchedBindings< T >::finish(), and QRhiBatchedBindings< T >::Batch::operator==().
uint QRhiBatchedBindings< T >::Batch::startBinding |
Definition at line 555 of file qrhi_p.h.
Referenced by QRhiBatchedBindings< T >::feed(), and QRhiBatchedBindings< T >::Batch::operator==().