Buffer QML Type

Import Statement: import Qt3D.Render 2.0
Instantiates: QBuffer

Properties

  • sync : bool
  • type : QBuffer::BufferType
  • usage : QBuffer::UsageType

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.


© 2017 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.