pioneers/shaders/ui/fragment.shader

8 lines
70 B
GLSL

#version 330
uniform sampler2D blitTexture;
void main(void)
{
}