// Copyright (C) 2023 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only #version 440 layout(location = 0) out vec4 fragColor; void main() { fragColor = vec4(0.81, 0.83, 0.12, 1.0); // Trolltech green ftw! }