mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 04:13:11 +02:00
26 lines
No EOL
536 B
Text
26 lines
No EOL
536 B
Text
<@include gpu/Config.slh@>
|
|
<$VERSION_HEADER$>
|
|
// Generated on <$_SCRIBE_DATE$>
|
|
//
|
|
// debug_deferred_buffer.slf
|
|
// fragment shader
|
|
//
|
|
// Created by Clement on 12/3
|
|
// 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
|
|
//
|
|
|
|
<@include DeferredBuffer.slh@>
|
|
|
|
uniform sampler2D pyramidMap;
|
|
|
|
in vec2 uv;
|
|
out vec4 outFragColor;
|
|
|
|
//SOURCE_PLACEHOLDER
|
|
|
|
void main(void) {
|
|
outFragColor = getFragmentColor();
|
|
} |