![]() |
Qt 6.x
The Qt SDK
|
#include <qssgrhicontext_p.h>
Collaboration diagram for QSSGRhiParticleData:Public Attributes | |
| QRhiTexture * | texture = nullptr |
| QByteArray | sortedData |
| QByteArray | convertData |
| QList< QSSGRhiSortData > | sortData |
| int | particleCount = 0 |
| int | serial = -1 |
| bool | sorting = false |
Definition at line 754 of file qssgrhicontext_p.h.
| QByteArray QSSGRhiParticleData::convertData |
Definition at line 758 of file qssgrhicontext_p.h.
Referenced by QSSGParticleRenderer::prepareParticlesForModel(), and QSSGParticleRenderer::rhiPrepareRenderable().
| int QSSGRhiParticleData::particleCount = 0 |
Definition at line 760 of file qssgrhicontext_p.h.
Referenced by QSSGParticleRenderer::prepareParticlesForModel(), and QSSGParticleRenderer::rhiPrepareRenderable().
| int QSSGRhiParticleData::serial = -1 |
Definition at line 761 of file qssgrhicontext_p.h.
Referenced by QSSGParticleRenderer::prepareParticlesForModel().
| QList<QSSGRhiSortData> QSSGRhiParticleData::sortData |
Definition at line 759 of file qssgrhicontext_p.h.
Referenced by QSSGParticleRenderer::rhiPrepareRenderable().
| QByteArray QSSGRhiParticleData::sortedData |
Definition at line 757 of file qssgrhicontext_p.h.
Referenced by QSSGParticleRenderer::rhiPrepareRenderable().
| bool QSSGRhiParticleData::sorting = false |
Definition at line 762 of file qssgrhicontext_p.h.
Referenced by QSSGParticleRenderer::rhiPrepareRenderable().
| QRhiTexture* QSSGRhiParticleData::texture = nullptr |
Definition at line 756 of file qssgrhicontext_p.h.
Referenced by QSSGParticleRenderer::prepareParticlesForModel(), QSSGRhiContext::releaseCachedResources(), and QSSGParticleRenderer::rhiPrepareRenderable().