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
libretro-common-docs-midi-interface
RetroArch
/
deps
/
libvita2d
/
shader
/
texture_f.cg
7 lines
112 B
Plaintext
Raw
Permalink
Blame
History
float4 main(
float2 vTexcoord : TEXCOORD0,
uniform sampler2D tex)
{
return tex2D(tex, vTexcoord);
}
Reference in New Issue
View Git Blame
Copy Permalink