1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4#include "glsltype_p.h"
5
6QT_BEGIN_NAMESPACE
7
8using namespace GLSL;
9
10Type::~Type()
11{
12}
13
14QT_END_NAMESPACE
15

source code of qtquick3d/src/glslparser/glsltype.cpp