From 0acd9db91cffe042cbf6fab7eb8cf7efb42c4918 Mon Sep 17 00:00:00 2001 From: hunterk Date: Thu, 19 Jan 2017 14:13:15 -0600 Subject: [PATCH] whoops, already had so moving it to top --- retro/shaders/aann.slang | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/retro/shaders/aann.slang b/retro/shaders/aann.slang index de67c55..c429e6e 100644 --- a/retro/shaders/aann.slang +++ b/retro/shaders/aann.slang @@ -2,6 +2,7 @@ // AntiAliased Nearest Neighbor // by jimbo1qaz and wareya +// Licensed MIT layout(push_constant) uniform Push { @@ -18,10 +19,6 @@ layout(std140, set = 0, binding = 0) uniform UBO vec4 SourceSize; } global; -// AntiAliased Nearest Neighbor -// by jimbo1qaz and wareya -// Licensed MIT - // set to true to interpolate in sRGB instead of a pseudo-perceptual colorspace #pragma parameter NOGAMMA "Interpolate in sRGB" 0.0 0.0 1.0 1.0