aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgmaterialtype.h
blob: 178b4f8a8a64db05a9df6bb329947d193dc89934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef QSGMATERIALTYPE_H
#define QSGMATERIALTYPE_H

#include <QtQuick/qtquickglobal.h>

QT_BEGIN_NAMESPACE

struct QSGMaterialType { };

QT_END_NAMESPACE

#endif