Buffer QML Type
Import Statement: | import Qt3D.Render 2.0 |
Instantiates: | QBuffer |
Properties
Detailed Description
Property Documentation
sync : bool
Holds the sync flag. When sync is true, this will force data created by a Qt3DRender::QBufferFunctor to also be updated on the frontend Qt3DRender::QBuffer node. By default sync is false.
Note: : This has no effect if the buffer's data was set directly using the data property.
type : QBuffer::BufferType
Holds the buffer type.
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/archives/qt-5.6/qml-qt3d-render-buffer.html