QRenderCapabilities Class
class Qt3DRender::QRenderCapabilitiesThe QRenderCapabilities class holds settings related to available rendering engines. More...
Header: | #include <QRenderCapabilities> |
Since: | Qt 5.15 |
Instantiated By: | RenderCapabilities |
This class was introduced in Qt 5.15.
Detailed Description
QRenderCapabilities provides details of graphical features that are available at runtime. It can be used to decide which code path to use for some algorithms, for example, depending on whether compute shaders are available or not.