started fxaa shaders

This commit is contained in:
j3oss
2021-07-19 05:19:50 +02:00
parent 06b02f5200
commit 94c07145a6
2 changed files with 17 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#version 450
layout(location = 0) out vec4 outColor;
void main()
{
//outColor = vec4(1.0);
}