aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/glsl/glsltype.cpp
blob: 7c7696919c2d0bca30531c03a4a378232c148ce5 (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 WITH Qt-GPL-exception-1.0

#include "glsltype.h"

using namespace GLSL;

Type::~Type()
{
}