diff options
Diffstat (limited to 'examples/shaders/rect.vert')
-rw-r--r-- | examples/shaders/rect.vert | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/shaders/rect.vert b/examples/shaders/rect.vert index 2c7b5f1..0fa4dbc 100644 --- a/examples/shaders/rect.vert +++ b/examples/shaders/rect.vert @@ -1,3 +1,6 @@ +// Copyright 2019-2020 David Robillard <d@drobilla.net> +// SPDX-License-Identifier: ISC + /* The vertex shader is trivial, but forwards scaled UV coordinates (in pixels) to the fragment shader for drawing the border. */ |