Qt 6.x
The Qt SDK
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 554 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 563 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 558 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: