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

#include <qssgrhicontext_p.h>

+ Collaboration diagram for QSSGRhiParticleData:

Public Attributes

QRhiTexturetexture = nullptr
 
QByteArray sortedData
 
QByteArray convertData
 
QList< QSSGRhiSortDatasortData
 
int particleCount = 0
 
int serial = -1
 
bool sorting = false
 

Detailed Description

Definition at line 627 of file qssgrhicontext_p.h.

Member Data Documentation

◆ convertData

QByteArray QSSGRhiParticleData::convertData

◆ particleCount

int QSSGRhiParticleData::particleCount = 0

◆ serial

int QSSGRhiParticleData::serial = -1

Definition at line 634 of file qssgrhicontext_p.h.

Referenced by QSSGParticleRenderer::prepareParticlesForModel().

◆ sortData

QList<QSSGRhiSortData> QSSGRhiParticleData::sortData

Definition at line 632 of file qssgrhicontext_p.h.

Referenced by QSSGParticleRenderer::rhiPrepareRenderable().

◆ sortedData

QByteArray QSSGRhiParticleData::sortedData

Definition at line 630 of file qssgrhicontext_p.h.

Referenced by QSSGParticleRenderer::rhiPrepareRenderable().

◆ sorting

bool QSSGRhiParticleData::sorting = false

Definition at line 635 of file qssgrhicontext_p.h.

Referenced by QSSGParticleRenderer::rhiPrepareRenderable().

◆ texture


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