qtdoc/examples/demos/osmbuildings/customshaderbuildings.vert

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;
}