Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qssgrendermaterialshadergenerator_p.h
Go to the documentation of this file.
1// Copyright (C) 2008-2012 NVIDIA Corporation.
2// Copyright (C) 2019 The Qt Company Ltd.
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
4
5#ifndef QSSG_RENDER_MATERIAL_SHADER_GENERATOR_H
6#define QSSG_RENDER_MATERIAL_SHADER_GENERATOR_H
7
8//
9// W A R N I N G
10// -------------
11//
12// This file is not part of the Qt API. It exists purely as an
13// implementation detail. This header file may change from version to
14// version without notice, or even be removed.
15//
16// We mean it.
17//
18
19#include <QtQuick3DRuntimeRender/private/qtquick3druntimerenderglobal_p.h>
20#include <QtQuick3DUtils/private/qssgdataref_p.h>
21
22#include <QtCore/qvector.h>
23#include <QtGui/QVector3D>
24
25#include <QtQuick3DRuntimeRender/private/qssgrendershadercache_p.h>
26#include <QtQuick3DRuntimeRender/private/qssgrendershaderkeys_p.h>
27#include <QtQuick3DRuntimeRender/private/qssgrenderableobjects_p.h>
28
29
31
32struct QSSGRenderLayer;
33struct QSSGRenderCamera;
34struct QSSGRenderLight;
36struct QSSGRenderImage;
37class QRhiTexture;
39
41{
56};
57
59
60#endif
\inmodule QtGui
Definition qrhi.h:883
Combined button and popup list for selecting options.