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
QSSGRhiContextStats::RenderPassInfo Struct Reference

#include <qssgrhicontext_p.h>

Collaboration diagram for QSSGRhiContextStats::RenderPassInfo:

Public Attributes

QByteArray rtName
QSize pixelSize
DrawInfo indexedDraws
DrawInfo draws
InstancedDrawInfo instancedIndexedDraws
InstancedDrawInfo instancedDraws

Detailed Description

Definition at line 802 of file qssgrhicontext_p.h.

Member Data Documentation

◆ draws

DrawInfo QSSGRhiContextStats::RenderPassInfo::draws

Definition at line 806 of file qssgrhicontext_p.h.

◆ indexedDraws

DrawInfo QSSGRhiContextStats::RenderPassInfo::indexedDraws

Definition at line 805 of file qssgrhicontext_p.h.

◆ instancedDraws

InstancedDrawInfo QSSGRhiContextStats::RenderPassInfo::instancedDraws

Definition at line 808 of file qssgrhicontext_p.h.

◆ instancedIndexedDraws

InstancedDrawInfo QSSGRhiContextStats::RenderPassInfo::instancedIndexedDraws

Definition at line 807 of file qssgrhicontext_p.h.

◆ pixelSize

QSize QSSGRhiContextStats::RenderPassInfo::pixelSize

Definition at line 804 of file qssgrhicontext_p.h.

◆ rtName

QByteArray QSSGRhiContextStats::RenderPassInfo::rtName

Definition at line 803 of file qssgrhicontext_p.h.


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