mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-02-12 05:56:12 -06:00
RetroArch Pack
This commit is contained in:
7
system/PPSSPP/shaders/fxaa.vsh
Normal file
7
system/PPSSPP/shaders/fxaa.vsh
Normal file
@@ -0,0 +1,7 @@
|
||||
attribute vec4 a_position;
|
||||
attribute vec2 a_texcoord0;
|
||||
varying vec2 v_texcoord0;
|
||||
void main() {
|
||||
v_texcoord0 = a_texcoord0;
|
||||
gl_Position = a_position;
|
||||
}
|
||||
Reference in New Issue
Block a user