Canvas3DAbstractObject QML Type

Base type for Canvas3D types representing OpenGL resources. More...

Import Statement: import QtCanvas3D 1.1
Since: QtCanvas3D 1.0
Inherited By:

Canvas3DBuffer, Canvas3DFrameBuffer, Canvas3DProgram, Canvas3DRenderBuffer, Canvas3DShader, Canvas3DTexture, and Canvas3DUniformLocation

Properties

Detailed Description

An uncreatable QML type that is the base type for other Canvas3D types that represent OpenGL resources.

Property Documentation

invalidated : bool

Indicates if this object has been invalidated. Invalidated objects cannot be valid parameters in Context3D methods and will result in Context3D.INVALID_OPERATION error if used. Objects are invalidated when context is lost and cannot be validated again.

See also Canvas3D.contextLost.


name : string

Name of the object.


© 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.