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

Member Typedef Documentation

◆ ResIdList

Definition at line 734 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 792 of file qrhi_p.h.

◆ updateResIdList()

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

Definition at line 754 of file qrhi_p.h.

References 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: