The QSGGeometry::Attribute describes a single vertex attribute in a QSGGeometry. More...
Header: | #include <Attribute> |
qmake: | QT += quick |
Attribute | create(int pos, int tupleSize, int primitiveType, bool isPosition = false) |
Attribute | createWithAttributeType(int pos, int tupleSize, int primitiveType, AttributeType attributeType) |
The QSGGeometry::Attribute describes a single vertex attribute in a QSGGeometry.
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.
[static]
Attribute Attribute::create(int pos, int tupleSize, int primitiveType, bool isPosition = false)Creates a new QSGGeometry::Attribute for attribute register pos with tupleSize. The primitiveType can be any of the supported types from QSGGeometry::Type, such as QSGGeometry::FloatType or QSGGeometry::UnsignedByteType.
If the attribute describes the position for the vertex, the isPosition hint should be set to true
. The scene graph renderer may use this information to perform optimizations.
Note: Scene graph backends for APIs other than OpenGL may require an accurate description of attributes' usage, and therefore it is recommended to use createWithAttributeType() instead.
Use the create function to construct the attribute, rather than an initialization list, to ensure that all fields are initialized.
[static]
Attribute
Attribute::createWithAttributeType(int pos, int tupleSize, int primitiveType, AttributeType attributeType)Creates a new QSGGeometry::Attribute for attribute register pos with tupleSize. The primitiveType can be any of the supported types from QSGGeometry::Type, such as QSGGeometry::FloatType or QSGGeometry::UnsignedByteType.
attributeType describes the intended use of the attribute.
Use the create function to construct the attribute, rather than an initialization list, to ensure that all fields are initialized.
As part of the free Business evaluation, we offer a free welcome call for companies, to talk about your requirements, and how the Felgo SDK & Services can help you. Just sign up and schedule your call.
Sign up now to start your free Business evaluation: