QSGBasicGeometryNode Class
The QSGBasicGeometryNode class serves as a baseclass for geometry based nodes. More...
| Header: | #include <QSGBasicGeometryNode> |
| qmake: | QT += quick |
| Inherits: | QSGNode |
| Inherited By: |
Detailed Description
The QSGBasicGeometryNode class should not be used by itself. It is only encapsulates shared functionality between the QSGGeometryNode and QSGClipNode classes.
Note: All classes with QSG prefix should be used solely on the scene graph's rendering thread. See Scene Graph and Rendering for more information.