This website requires JavaScript.
Explore
Help
Sign in
mirror
/
openmw
Watch
1
Star
0
Fork
You've already forked openmw
0
mirror of
https://github.com/OpenMW/openmw.git
synced
2025-01-19 20:23:54 +00:00
Code
Issues
Releases
Wiki
Activity
f007025ced
openmw
/
files
/
shaders
/
debug_fragment.glsl
9 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
enable shaders path and dehardcode depth formats
2021-07-09 17:05:27 +00:00
#version 120
refactor and fix wobbly shores
2021-08-05 00:49:57 +00:00
#include "vertexcolors.glsl"
enable shaders path and dehardcode depth formats
2021-07-09 17:05:27 +00:00
void main()
{
refactor and fix wobbly shores
2021-08-05 00:49:57 +00:00
gl_FragData[0] = getDiffuseColor();
enable shaders path and dehardcode depth formats
2021-07-09 17:05:27 +00:00
}
Reference in a new issue
Copy permalink