4#ifndef QQUICKGRAPHICSCONFIGURATION_P_H
5#define QQUICKGRAPHICSCONFIGURATION_P_H
18#include <QtQuick/private/qtquickglobal_p.h>
33 UseDepthBufferFor2D = 0x01,
34 EnableDebugLayer = 0x02,
35 EnableDebugMarkers = 0x04,
36 PreferSoftwareDevice = 0x08,
37 AutoPipelineCache = 0x10,
38 EnableTimestamps = 0x20,
static QQuickGraphicsConfigurationPrivate * get(QQuickGraphicsConfiguration *p)
static const QQuickGraphicsConfigurationPrivate * get(const QQuickGraphicsConfiguration *p)
QQuickGraphicsConfiguration controls lower level graphics settings for the QQuickWindow.
\macro QT_RESTRICTED_CAST_FROM_ASCII
Combined button and popup list for selecting options.
#define Q_DECLARE_FLAGS(Flags, Enum)
#define Q_DECLARE_OPERATORS_FOR_FLAGS(Flags)