mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2025-02-23 18:17:44 +11:00
Fix lanczos.
This commit is contained in:
parent
f72f155c21
commit
a37cff4905
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ void main()
|
||||||
#pragma stage fragment
|
#pragma stage fragment
|
||||||
layout(location = 0) in vec2 vTexCoord;
|
layout(location = 0) in vec2 vTexCoord;
|
||||||
layout(location = 0) out vec4 FragColor;
|
layout(location = 0) out vec4 FragColor;
|
||||||
layout(set = 0, binding = 0) uniform sampler2D Source;
|
layout(set = 0, binding = 1) uniform sampler2D Source;
|
||||||
|
|
||||||
#define PI 3.1415926535
|
#define PI 3.1415926535
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue