mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2025-02-16 23:17:43 +11:00
add some license text to crt-torridgristle's passes
This commit is contained in:
parent
ea23a0ab49
commit
983375531b
5 changed files with 18 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
#version 450
|
||||
|
||||
// torridgristle CRT - Brighten pass
|
||||
// by torridgristle
|
||||
// license: public domain
|
||||
|
||||
layout(push_constant) uniform Push
|
||||
{
|
||||
vec4 SourceSize;
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
#version 450
|
||||
|
||||
// CRT-torridgristle - Candy Bloom
|
||||
// license: public domain
|
||||
|
||||
layout(push_constant) uniform Push
|
||||
{
|
||||
vec4 SourceSize;
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
#version 450
|
||||
|
||||
// CRT-torridgristle - ScanlineSimple pass
|
||||
// license: public domain
|
||||
|
||||
layout(push_constant) uniform Push
|
||||
{
|
||||
vec4 SourceSize;
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
#version 450
|
||||
|
||||
// Sunset Gaussian - Horizontal Pass
|
||||
// by torridgristle
|
||||
// license: public domain
|
||||
|
||||
layout(push_constant) uniform Push
|
||||
{
|
||||
vec4 SourceSize;
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
#version 450
|
||||
|
||||
// Sunset Gaussian - Vertical Pass
|
||||
// by torridgristle
|
||||
// license: public domain
|
||||
|
||||
layout(push_constant) uniform Push
|
||||
{
|
||||
vec4 SourceSize;
|
||||
|
|
Loading…
Add table
Reference in a new issue