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

Member Typedef Documentation

◆ ResIdList

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

◆ updateResIdList()

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

Definition at line 805 of file qrhi_p.h.


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