Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QRhiBatchedBindings< T >::Batch Struct Reference

#include <qrhi_p.h>

+ Collaboration diagram for QRhiBatchedBindings< T >::Batch:

Public Member Functions

bool operator== (const Batch &other) const
 
bool operator!= (const Batch &other) const
 

Public Attributes

uint startBinding
 
QVarLengthArray< T, 4 > resources
 

Detailed Description

template<typename T>
struct QRhiBatchedBindings< T >::Batch

Definition at line 567 of file qrhi_p.h.

Member Function Documentation

◆ operator!=()

template<typename T >
bool QRhiBatchedBindings< T >::Batch::operator!= ( const Batch & other) const
inline

Definition at line 576 of file qrhi_p.h.

References QRhiBatchedBindings< T >::Batch::operator==(), and other().

+ Here is the call graph for this function:

◆ operator==()

template<typename T >
bool QRhiBatchedBindings< T >::Batch::operator== ( const Batch & other) const
inline

Definition at line 571 of file qrhi_p.h.

References other(), QRhiBatchedBindings< T >::Batch::resources, and QRhiBatchedBindings< T >::Batch::startBinding.

Referenced by QRhiBatchedBindings< T >::Batch::operator!=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ resources

◆ startBinding

template<typename T >
uint QRhiBatchedBindings< T >::Batch::startBinding

The documentation for this struct was generated from the following file: