add credits to vhs_mpalko

This commit is contained in:
hunterk 2019-06-13 12:29:15 -05:00
parent a1223e2c2f
commit 96744d986d
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,8 @@
#version 450
// based on VHS Compression
// shadertoy by mpalko https://www.shadertoy.com/view/tsfXWj
layout(push_constant) uniform Push
{
vec4 SourceSize;

View file

@ -1,5 +1,8 @@
#version 450
// based on VHS Compression
// shadertoy by mpalko https://www.shadertoy.com/view/tsfXWj
layout(push_constant) uniform Push
{
vec4 SourceSize;