1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-29 03:19:44 +00:00
OpenMW/files/shaders/debug_fragment.glsl
2021-08-04 17:49:57 -07:00

9 lines
100 B
GLSL

#version 120
#include "vertexcolors.glsl"
void main()
{
gl_FragData[0] = getDiffuseColor();
}