GraphicsApiFilter QML Type
For OpenGL identifies the API required for the attached technique. More...
Import Statement: | import Qt3D.Render 2.15 |
Since: | Qt 5.5 |
Instantiates: | QGraphicsApiFilter |
Inherits: |
Properties
- api : enumeration
- extensions : stringlist
- majorVersion : int
- minorVersion : int
- profile : enumeration
- vendor : string
Detailed Description
Property Documentation
api : enumeration |
Constant | Description |
---|---|
OpenGLES | QSurfaceFormat::OpenGLES |
OpenGL | QSurfaceFormat::OpenGL |
majorVersion : int |
minorVersion : int |
profile : enumeration |
Constant | Description |
---|---|
NoProfile | QSurfaceFormat::NoProfile |
CoreProfile | QSurfaceFormat::CoreProfile |
CompatibilityProfile | QSurfaceFormat::CompatibilityProfile |
vendor : string |