mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-29 03:19:44 +00:00
9 lines
100 B
GLSL
9 lines
100 B
GLSL
#version 120
|
|
|
|
#include "vertexcolors.glsl"
|
|
|
|
void main()
|
|
{
|
|
gl_FragData[0] = getDiffuseColor();
|
|
}
|