This website requires JavaScript.
Explore
Help
Sign In
mirror
/
openmw
mirror of
https://github.com/OpenMW/openmw
Watch
1
Star
0
Fork
You've already forked openmw
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
CPP20
openmw
/
files
/
shaders
/
debug_fragment.glsl
9 lines
100 B
GLSL
Raw
Permalink
Blame
History
#version 120
#include "vertexcolors.glsl"
void
main
(
)
{
gl_FragData
[
0
]
=
getDiffuseColor
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink