Attribute Struct
struct QSGGeometry::AttributeThe QSGGeometry::Attribute describes a single vertex attribute in a QSGGeometry. More...
Detailed Description
The QSGGeometry::Attribute struct describes the attribute register position, the size of the attribute tuple and the attribute type.
It also contains a hint to the renderer if this attribute is the attribute describing the position. The scene graph renderer may use this information to perform optimizations.
It contains a number of bits which are reserved for future use.
See also QSGGeometry.