Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1// Copyright (C) 2019 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4#include <QtWaylandCompositor/private/qwlserverbufferintegrationplugin_p.h>
5#include "vulkanserverbufferintegration.h"
6
8
10{
11 Q_OBJECT
12 Q_PLUGIN_METADATA(IID QtWaylandServerBufferIntegrationFactoryInterface_iid FILE "vulkan-server.json")
13public:
15};
16
17QtWayland::ServerBufferIntegration *VulkanServerBufferIntegrationPlugin::create(const QString& key, const QStringList& paramList)
18{
19 Q_UNUSED(paramList);
20 Q_UNUSED(key);
22}
23
24QT_END_NAMESPACE
25
26#include "main.moc"