Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
The QSGGeometry::AttributeSet describes how the vertices in a QSGGeometry are built up. More...
#include <qsggeometry.h>
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.
int QSGGeometry::AttributeSet::stride |
Definition at line 75 of file qsggeometry.h.