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-16 09:21:43 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0f08a0f511
gzdoom
/
wadsrc
/
static
/
shaders
/
glsl
/
func_normal.fp
6 lines
92 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
- major shader rework * handle brightmaps in the main shader instead of keeping separate instances around. * added detail and glow layers from Raze. * fixed material setup which could not guarantee that everything was initialized correctly. * for warped textures, warp all layers. With this brightmaps finally work on warped textures. Note: Vulkan reports a "device lost" error with this which still needs to be investigated.
2020-04-12 20:10:15 +00:00
void SetupMaterial(inout Material material)
- GZDoom solution file - missing GL resources for gzdoom.pk3.
2013-06-23 09:13:01 +00:00
{
- major shader rework * handle brightmaps in the main shader instead of keeping separate instances around. * added detail and glow layers from Raze. * fixed material setup which could not guarantee that everything was initialized correctly. * for warped textures, warp all layers. With this brightmaps finally work on warped textures. Note: Vulkan reports a "device lost" error with this which still needs to be investigated.
2020-04-12 20:10:15 +00:00
SetMaterialProps(material, 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