diff options
| author | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-10-23 02:40:02 -0400 |
|---|---|---|
| committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-11-16 22:11:33 +0100 |
| commit | 87abab71fff2189c549ae247eb6c281c8f618acd (patch) | |
| tree | 9002e2014e964ecd4e36a15bb256476fee3aa0a2 /src/video_core/host_shaders/fxaa.frag | |
| parent | 864f2e0b8144a0814f2555d06fffe1e7439854fe (diff) | |
host_shaders: Misc copyright/style changes
Diffstat (limited to 'src/video_core/host_shaders/fxaa.frag')
| -rw-r--r-- | src/video_core/host_shaders/fxaa.frag | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/video_core/host_shaders/fxaa.frag b/src/video_core/host_shaders/fxaa.frag index 23f910d4c..02f4068d1 100644 --- a/src/video_core/host_shaders/fxaa.frag +++ b/src/video_core/host_shaders/fxaa.frag @@ -1,4 +1,8 @@ -// Adapted from +// Copyright 2021 yuzu Emulator Project +// Licensed under GPLv2 or any later version +// Refer to the license.txt file included. + +// Source code is adapted from // https://www.geeks3d.com/20110405/fxaa-fast-approximate-anti-aliasing-demo-glsl-opengl-test-radeon-geforce/3/ #version 460 |
