This website requires JavaScript.
Explore
Help
Sign in
zdoom
/
gzdoom
Watch
0
Star
0
Fork
You've already forked gzdoom
0
mirror of
https://github.com/ZDoom/gzdoom.git
synced
2024-11-07 21:41:07 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
fc0cf4f998
gzdoom
/
wadsrc
/
static
/
shaders
/
glsl
/
func_normal.fp
7 lines
58 B
Text
Raw
Normal View
History
Unescape
Escape
- GZDoom solution file - missing GL resources for gzdoom.pk3.
2013-06-23 09:13:01 +00:00
shader rework All those special shaders have been merged together. Mostly working but the non-shader lighting seems a bit broken.
2014-05-12 12:45:41 +00:00
vec4 ProcessTexel()
- GZDoom solution file - missing GL resources for gzdoom.pk3.
2013-06-23 09:13:01 +00:00
{
- remove use of builtin deprecated varyings in shaders.
2014-07-14 22:19:41 +00:00
return getTexel(vTexCoord.st);
- GZDoom solution file - missing GL resources for gzdoom.pk3.
2013-06-23 09:13:01 +00:00
}
Reference in a new issue
Copy permalink