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