1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00
OpenMW/files/shaders/debug_fragment.glsl
2022-04-28 21:09:06 +02:00

9 lines
100 B
GLSL

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