Buffer QML Type
Provides a data store for raw data to later be used as vertices or uniforms. More...
Import Statement: | import Qt3D.Render 2.12 |
Instantiates: | QBuffer |
Properties
Detailed Description
Property Documentation
syncData : bool
Holds the syncData flag. When syncData is true, this will force data created by a Qt3DRender::QBufferDataGenerator to also be updated on the frontend Qt3DRender::QBuffer node. By default syncData is false.
Note: : This has no effect if the buffer's data was set directly using the data property.
usage : QBuffer::UsageType
Holds the buffer usage.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.12/qml-qt3d-render-buffer.html