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