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
QSGGeometry::AttributeSet Class Reference

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 Attributeattributes
 

Detailed Description

The QSGGeometry::AttributeSet describes how the vertices in a QSGGeometry are built up.

\inmodule QtQuick

See also
QSGGeometry

Definition at line 73 of file qsggeometry.h.

Member Data Documentation

◆ attributes

const Attribute* QSGGeometry::AttributeSet::attributes

Definition at line 76 of file qsggeometry.h.

◆ count

int QSGGeometry::AttributeSet::count

Definition at line 74 of file qsggeometry.h.

Referenced by QSGGeometry::QSGGeometry().

◆ stride

int QSGGeometry::AttributeSet::stride

Definition at line 75 of file qsggeometry.h.

Referenced by QSGGeometry::QSGGeometry(), and QSGGeometry::allocate().


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