![]() |
Qt 6.x
The Qt SDK
|
#include <qssgrenderinstancetable_p.h>
Public Attributes | |
QVector4D | row0 |
QVector4D | row1 |
QVector4D | row2 |
QVector4D | color |
QVector4D | instanceData |
Definition at line 24 of file qssgrenderinstancetable_p.h.
QVector4D QSSGRenderInstanceTableEntry::color |
Definition at line 28 of file qssgrenderinstancetable_p.h.
QVector4D QSSGRenderInstanceTableEntry::instanceData |
Definition at line 29 of file qssgrenderinstancetable_p.h.
QVector4D QSSGRenderInstanceTableEntry::row0 |
Definition at line 25 of file qssgrenderinstancetable_p.h.
Referenced by cullLodInstances(), and sortInstances().
QVector4D QSSGRenderInstanceTableEntry::row1 |
Definition at line 26 of file qssgrenderinstancetable_p.h.
Referenced by cullLodInstances(), and sortInstances().
QVector4D QSSGRenderInstanceTableEntry::row2 |
Definition at line 27 of file qssgrenderinstancetable_p.h.
Referenced by cullLodInstances(), and sortInstances().