GraphicsApiFilter QML Type
OpenGLの場合、添付されたテクニックに必要なAPIを識別します。詳細...
Import Statement: | import Qt3D.Render 2.8 |
In C++: | QGraphicsApiFilter |
Inherits: | |
Status: | Deprecated |
プロパティ
- api : enumeration
- extensions : stringlist
- majorVersion : int
- minorVersion : int
- profile : enumeration
- vendor : string
物件詳細
プロパティの説明
api : enumeration |
定数 | 説明 |
---|---|
OpenGLES | QSurfaceFormat::OpenGLES |
OpenGL | QSurfaceFormat::OpenGL |
extensions : stringlist |
majorVersion : int |
minorVersion : int |
profile : enumeration |
定数 | 説明 |
---|---|
NoProfile | QSurfaceFormat::NoProfile |
CoreProfile | QSurfaceFormat::CoreProfile |
CompatibilityProfile | QSurfaceFormat::CompatibilityProfile |
vendor : string |
© 2025 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.