mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-06 19:01:21 +03:00
9 lines
87 B
Text
9 lines
87 B
Text
![]() |
#version 120
|
||
|
|
||
|
varying vec4 passColor;
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
gl_FragData[0] = passColor;
|
||
|
}
|