Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 620 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 629 of file qrhi_p.h.

References operator==().

+ 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 624 of file qrhi_p.h.

Referenced by operator!=().

+ Here is the caller graph for this function:

Member Data Documentation

◆ resources

template<typename T>
QVarLengthArray<T, 4> QRhiBatchedBindings< T >::Batch::resources

Definition at line 622 of file qrhi_p.h.

◆ startBinding

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

Definition at line 621 of file qrhi_p.h.


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