whoops, already had so moving it to top

This commit is contained in:
hunterk 2017-01-19 14:13:15 -06:00
parent 6d868df91a
commit 0acd9db91c

View file

@ -2,6 +2,7 @@
// AntiAliased Nearest Neighbor // AntiAliased Nearest Neighbor
// by jimbo1qaz and wareya // by jimbo1qaz and wareya
// Licensed MIT
layout(push_constant) uniform Push layout(push_constant) uniform Push
{ {
@ -18,10 +19,6 @@ layout(std140, set = 0, binding = 0) uniform UBO
vec4 SourceSize; vec4 SourceSize;
} global; } global;
// AntiAliased Nearest Neighbor
// by jimbo1qaz and wareya
// Licensed MIT
// set to true to interpolate in sRGB instead of a pseudo-perceptual colorspace // 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 #pragma parameter NOGAMMA "Interpolate in sRGB" 0.0 0.0 1.0 1.0