mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-19 00:20:02 +02:00
19 lines
435 B
Text
19 lines
435 B
Text
<@include gpu/Config.slh@>
|
|
<$VERSION_HEADER$>
|
|
// Generated on <$_SCRIBE_DATE$>
|
|
// lightClusters_drawGrid.slf
|
|
//
|
|
// Created by Sam Gateau on 9/8/2016.
|
|
// Copyright 2015 High Fidelity, Inc.
|
|
//
|
|
// Distributed under the Apache License, Version 2.0.
|
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
//
|
|
|
|
in vec4 varColor;
|
|
out vec4 outFragColor;
|
|
|
|
|
|
void main(void) {
|
|
outFragColor = varColor;
|
|
}
|