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
glsl_p.h
Go to the documentation of this file.
1
// Copyright (C) 2021 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
// Qt-Security score:significant reason:default
4
5
6
#
ifndef
QSSG_GLSL_H
7
#
define
QSSG_GLSL_H
8
9
#
include
<
QtQuick3DGlslParser
/
qtquick3dglslparserexports
.
h
>
10
11
//
12
// W A R N I N G
13
// -------------
14
//
15
// This file is not part of the Qt API. It exists purely as an
16
// implementation detail. This header file may change from version to
17
// version without notice, or even be removed.
18
//
19
// We mean it.
20
//
21
22
QT_BEGIN_NAMESPACE
23
24
namespace
GLSL
{
25
class
Engine;
26
class
Lexer;
27
class
Parser;
28
class
MemoryPool;
29
30
// types
31
class
Type;
32
class
UndefinedType;
33
class
VoidType;
34
class
ScalarType;
35
class
BoolType;
36
class
IntType;
37
class
UIntType;
38
class
FloatType;
39
class
DoubleType;
40
class
IndexType;
41
class
VectorType;
42
class
MatrixType;
43
class
ArrayType;
44
class
SamplerType;
45
46
// symbols
47
class
Symbol;
48
class
Scope;
49
class
Struct;
50
class
Function;
51
class
Argument;
52
class
Block;
53
class
Variable;
54
class
OverloadSet;
55
class
Namespace;
56
57
class
AST;
58
class
TranslationUnitAST;
59
template
<
typename
T>
class
List;
60
}
61
62
QT_END_NAMESPACE
63
64
#
endif
// QSSG_GLSL_H
GLSL
Definition
glslast_p.h:26
qtquick3d
src
glslparser
glsl_p.h
Generated on
for Qt by
1.16.1