diff options
Diffstat (limited to 'debayer.fs.glsl')
| -rw-r--r-- | debayer.fs.glsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debayer.fs.glsl b/debayer.fs.glsl index e6eace4..e4a1f23 100644 --- a/debayer.fs.glsl +++ b/debayer.fs.glsl @@ -1,3 +1,6 @@ +/* SPDX-License-Identifier: zlib-acknowledgement */ +/* (c) 2025 Wolfgang 'datenwolf' Draxinger */ + uniform sampler2D u_sampler; uniform highp mat4 u_coef_r; uniform highp mat4 u_coef_g; |
