mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-26 09:21:30 +11:00
add author block to AANN
This commit is contained in:
parent
8df1213ad5
commit
6d868df91a
|
@ -1,5 +1,8 @@
|
||||||
#version 450
|
#version 450
|
||||||
|
|
||||||
|
// AntiAliased Nearest Neighbor
|
||||||
|
// by jimbo1qaz and wareya
|
||||||
|
|
||||||
layout(push_constant) uniform Push
|
layout(push_constant) uniform Push
|
||||||
{
|
{
|
||||||
float NOGAMMA;
|
float NOGAMMA;
|
||||||
|
|
Loading…
Reference in a new issue