mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 21:42:13 +00:00
10 lines
127 B
Plaintext
10 lines
127 B
Plaintext
|
#version 120
|
||
|
|
||
|
varying vec2 uv;
|
||
|
|
||
|
#include "openmw_fragment.h.glsl"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
gl_FragColor = mw_samplerLastShader(uv);
|
||
|
}
|