4#ifndef QQUICKGRAPHICSDEVICE_H
5#define QQUICKGRAPHICSDEVICE_H
7#include <QtQuick/qtquickglobal.h>
10#include <QtGui/qvulkaninstance.h>
13#if defined(Q_OS_MACOS) || defined(Q_OS_IOS) || defined(Q_QDOC)
34#if QT_CONFIG(opengl) || defined(Q_QDOC)
38#if defined(Q_OS_WIN) || defined(Q_QDOC)
43#if defined(Q_OS_MACOS) || defined(Q_OS_IOS) || defined(Q_QDOC)
47#if QT_CONFIG(vulkan) || defined(Q_QDOC)
49 static QQuickGraphicsDevice fromDeviceObjects(VkPhysicalDevice physicalDevice, VkDevice
device,
int queueFamilyIndex,
int queueIndex = 0);
IOBluetoothDevice * device
The QQuickGraphicsDevice class provides an opaque container for native graphics objects representing ...
Combined button and popup list for selecting options.
#define Q_FORWARD_DECLARE_OBJC_CLASS(classname)