GraphicsApiFilter QML Type
For OpenGL identifies the API required for the attached technique 更多...
Import Statement: | import Qt3D.Render 2.0 |
开始支持版本: | Qt 5.5 |
Instantiates: | QGraphicsApiFilter |
基类: |
属性
- api : enumeration
- extensions : stringlist
- majorVersion : int
- minorVersion : int
- profile : enumeration
- vendor : string
详细描述
属性
Constant | Description |
---|---|
OpenGLES | QSurfaceFormat::OpenGLES |
OpenGL | QSurfaceFormat::OpenGL |
Constant | Description |
---|---|
NoProfile | QSurfaceFormat::NoProfile |
CoreProfile | QSurfaceFormat::CoreProfile |
CompatibilityProfile | QSurfaceFormat::CompatibilityProfile |