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 13:30:16 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
fc0cf4f998
gzdoom
/
wadsrc
/
static
/
shaders
/
glsl
/
stencil.fp
9 lines
80 B
Text
Raw
Normal View
History
Unescape
Escape
- added missing shader files.
2014-05-12 20:24:26 +00:00
in vec4 pixelpos;
- all shaders now compile in core profile.
2014-07-14 23:05:53 +00:00
out vec4 FragColor;
- added missing shader files.
2014-05-12 20:24:26 +00:00
void main()
{
- all shaders now compile in core profile.
2014-07-14 23:05:53 +00:00
FragColor = vec4(1.0);
- added missing shader files.
2014-05-12 20:24:26 +00:00
}
Reference in a new issue
Copy permalink