1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00
OpenMW/files/shaders/debug_fragment.glsl

9 lines
100 B
Plaintext
Raw Normal View History

#version 120
2021-08-05 00:49:57 +00:00
#include "vertexcolors.glsl"
void main()
{
2021-08-05 00:49:57 +00:00
gl_FragData[0] = getDiffuseColor();
}