Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QRhiRenderTargetAttachmentTracker Struct Reference

#include <qrhi_p.h>

+ Collaboration diagram for QRhiRenderTargetAttachmentTracker:

Classes

struct  ResId
 

Public Types

using ResIdList = QVarLengthArray< ResId, 8 *2+1 >
 

Static Public Member Functions

template<typename TexType , typename RenderBufferType >
static void updateResIdList (const QRhiTextureRenderTargetDescription &desc, ResIdList *dst)
 
template<typename TexType , typename RenderBufferType >
static bool isUpToDate (const QRhiTextureRenderTargetDescription &desc, const ResIdList &currentResIdList)
 

Detailed Description

Definition at line 718 of file qrhi_p.h.

Member Typedef Documentation

◆ ResIdList

Definition at line 721 of file qrhi_p.h.

Member Function Documentation

◆ isUpToDate()

template<typename TexType , typename RenderBufferType >
bool QRhiRenderTargetAttachmentTracker::isUpToDate ( const QRhiTextureRenderTargetDescription desc,
const ResIdList currentResIdList 
)
static

Definition at line 779 of file qrhi_p.h.

References desc.

◆ updateResIdList()

template<typename TexType , typename RenderBufferType >
void QRhiRenderTargetAttachmentTracker::updateResIdList ( const QRhiTextureRenderTargetDescription desc,
ResIdList dst 
)
static

Definition at line 741 of file qrhi_p.h.

References desc, it, QRHI_RES, QRhiColorAttachment::renderBuffer(), QRhiColorAttachment::resolveTexture(), and QRhiColorAttachment::texture().

+ Here is the call graph for this function:

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