SharedGLTexture QML Type
Allows to use a textureId from a separate OpenGL context in a Qt 3D scene. More...
| Import Statement: | import Qt3D.Render 2.12 |
| In C++: | QSharedGLTexture |
| Status: | Deprecated |
This type is deprecated. We strongly advise against using it in new code.
Properties
- textureId : int
Detailed Description
Property Documentation
textureId : int
The OpenGL texture id value that you want Qt3D to gain access to.