aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/glsl/glsltype.cpp
blob: 1c14d861a8f6c56a548747d280e43a782a744d76 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#include "glsltype.h"

using namespace GLSL;

Type::~Type()
{
}