This website requires JavaScript.
Explore
Help
Sign in
fly
/
fgdata
Watch
1
Star
0
Fork
You've already forked fgdata
0
Code
Activity
887ec93df4
fgdata
/
Shaders
/
fullscreen.vert
6 lines
98 B
GLSL
Raw
Normal View
History
Unescape
Escape
Add an appropriate version number to all vertex shaders
2016-08-05 11:16:23 +00:00
#version 120
Rembrandt: Put the ambient pass effect in fgdata
2012-04-04 20:26:03 +00:00
void
main
(
)
{
gl_Position
=
gl_Vertex
;
gl_TexCoord
[
0
]
=
gl_MultiTexCoord0
;
}
Copy permalink