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 > Struct Template Reference

#include <qrhi_p.h>

Collaboration diagram for QRhiBatchedBindings< T >:

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

Detailed Description

template<typename T>
struct QRhiBatchedBindings< T >

Definition at line 594 of file qrhi_p.h.

Member Function Documentation

◆ clear()

template<typename T>
void QRhiBatchedBindings< T >::clear ( )
inline

Definition at line 615 of file qrhi_p.h.

◆ feed()

template<typename T>
void QRhiBatchedBindings< T >::feed ( int binding,
T resource )
inline

Definition at line 596 of file qrhi_p.h.

References finish().

Here is the call graph for this function:

◆ finish()

template<typename T>
bool QRhiBatchedBindings< T >::finish ( )
inline

Definition at line 609 of file qrhi_p.h.

Referenced by feed().

Here is the caller graph for this function:

◆ operator!=()

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

Definition at line 643 of file qrhi_p.h.

References operator==().

Here is the call graph for this function:

◆ operator==()

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

Definition at line 638 of file qrhi_p.h.

Referenced by operator!=().

Here is the caller graph for this function:

Member Data Documentation

◆ batches

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

Definition at line 636 of file qrhi_p.h.


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