![]() |
Qt 6.x
The Qt SDK
|
The QSGGeometry::AttributeSet describes how the vertices in a QSGGeometry are built up. More...
#include <qsggeometry.h>
Collaboration diagram for QSGGeometry::AttributeSet:Public Attributes | |
| int | count |
| int | stride |
| const Attribute * | attributes |
The QSGGeometry::AttributeSet describes how the vertices in a QSGGeometry are built up.
\inmodule QtQuick
Definition at line 73 of file qsggeometry.h.
| const Attribute* QSGGeometry::AttributeSet::attributes |
Definition at line 76 of file qsggeometry.h.
| int QSGGeometry::AttributeSet::count |
Definition at line 74 of file qsggeometry.h.
Referenced by QSGGeometry::QSGGeometry().
| int QSGGeometry::AttributeSet::stride |
Definition at line 75 of file qsggeometry.h.
Referenced by QSGGeometry::QSGGeometry(), and QSGGeometry::allocate().