mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 00:01:31 +11:00
rm old stale code
This commit is contained in:
parent
1407c30f51
commit
78aad452f7
|
@ -66,7 +66,6 @@ layout(set = 0, binding = 2) uniform sampler2D Source;
|
||||||
|
|
||||||
void main(){
|
void main(){
|
||||||
|
|
||||||
float time = mod(params.FrameCount / 60.0, params.OutputSize.y);
|
|
||||||
|
|
||||||
const vec2 off = params.blurRadius * dot_size;
|
const vec2 off = params.blurRadius * dot_size;
|
||||||
float srcGain = 1.0f - 0.75f * params.blurGain;
|
float srcGain = 1.0f - 0.75f * params.blurGain;
|
||||||
|
|
Loading…
Reference in a new issue