summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/shadow-map-qml/shaders/shadowmap.frag
blob: 96f754e51034aa98dd281daeae34b1b9820d4252 (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

#version 150 core

void main()
{
}