pioneers/shaders/ui/fragment.shader

8 lines
70 B
Plaintext
Raw Normal View History

2014-03-24 07:21:30 +00:00
#version 330
uniform sampler2D blitTexture;
void main(void)
{
}