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
238990c871
gzdoom
/
wadsrc
/
static
/
shaders
/
glsl
/
func_notexture.fp
7 lines
61 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
{
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
return desaturate(uObjectColor);
- GZDoom solution file - missing GL resources for gzdoom.pk3.
2013-06-23 09:13:01 +00:00
}
Reference in a new issue
Copy permalink