QGraphicsApiFilter¶
- PyQt5.Qt3DRender.QGraphicsApiFilter
Inherits from QObject.
Description¶
The QGraphicsApiFilter class identifies the API required for the attached QTechnique.
Enums¶
- Api
Member
Value
Description
DirectX 4
OpenGL QSurfaceFormat::OpenGL
QSurfaceFormat::OpenGL
OpenGLES QSurfaceFormat::OpenGLES
QSurfaceFormat::OpenGLES
Vulkan 3
Vulkan
- OpenGLProfile
This enum identifies the type of profile required.
Member
Value
Description
CompatibilityProfile QSurfaceFormat::CompatibilityProfile
QSurfaceFormat::CompatibilityProfile
CoreProfile QSurfaceFormat::CoreProfile
QSurfaceFormat::CoreProfile
NoProfile QSurfaceFormat::NoProfile
QSurfaceFormat::NoProfile
Methods¶
- __init__(parent: QObject = None)
TODO
- extensions() → List[str]
See also
- majorVersion() → int
See also
- minorVersion() → int
See also
- profile() → OpenGLProfile
See also
- setExtensions(Iterable[str])
See also
- setMajorVersion(int)
See also
- setMinorVersion(int)
See also
- setProfile(OpenGLProfile)
See also
- setVendor(str)
See also
- vendor() → str
See also
Signals¶
- apiChanged(Api)
TODO
- extensionsChanged(Iterable[str])
TODO
- graphicsApiFilterChanged()
TODO
- majorVersionChanged(int)
TODO
- minorVersionChanged(int)
TODO
- profileChanged(OpenGLProfile)
TODO
- vendorChanged(str)
TODO