This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
RetroArch
mirror of
https://github.com/libretro/RetroArch.git
Watch
1
Star
0
Fork
You've already forked RetroArch
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8a4590462f
RetroArch
/
deps
/
libvita2d
/
shader
/
clear_v.cg
7 lines
86 B
Plaintext
Raw
Blame
History
float4 main(
float2 aPosition
) : POSITION
{
return float4(aPosition, 1.f, 1.f);
}
Reference in New Issue
View Git Blame
Copy Permalink