mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-03 11:02:38 +02:00
Added 17 new pixel shaders courtesy of hunterk porting and testing them.
This commit is contained in:
18
shaders/CRT-Lottes.shader/manifest.bml
Normal file
18
shaders/CRT-Lottes.shader/manifest.bml
Normal 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
|
Reference in New Issue
Block a user