mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 15:51:30 +11:00
whoops, already had so moving it to top
This commit is contained in:
parent
6d868df91a
commit
0acd9db91c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue