mirror of
https://github.com/overte-org/overte.git
synced 2025-06-17 19:20:37 +02:00
16 lines
372 B
Text
16 lines
372 B
Text
<@include gpu/Config.slh@>
|
|
<$VERSION_HEADER$>
|
|
// Generated on <$_SCRIBE_DATE$>
|
|
//
|
|
// nop.frag
|
|
// fragment shader
|
|
//
|
|
// Created by Zach Pomerantz on 1/3/2017.
|
|
// Copyright 2017 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
|
|
//
|
|
|
|
void main(void) {
|
|
}
|