Added 17 new pixel shaders courtesy of hunterk porting and testing them.

This commit is contained in:
byuu
2019-10-05 13:44:51 +09:00
parent eaf33cb078
commit d37fb1c12e
90 changed files with 7894 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
input
filter: nearest
program
filter: nearest
format: srgb8
height: 100%
width: 100%
vertex: bloompass.vs
fragment: bloompass.fs
program
filter: nearest
vertex: scanpass.vs
fragment: scanpass.fs
output
filter: linear