mirror of https://github.com/qt/qtdoc.git
9 lines
168 B
GLSL
9 lines
168 B
GLSL
|
// Copyright (C) 2023 The Qt Company Ltd.
|
||
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
||
|
|
||
|
VARYING vec4 color;
|
||
|
|
||
|
void MAIN() {
|
||
|
color = COLOR;
|
||
|
}
|