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

#version 450

void main()
{
}