8 lines
70 B
GLSL
8 lines
70 B
GLSL
#version 330
|
|
|
|
uniform sampler2D blitTexture;
|
|
|
|
void main(void)
|
|
{
|
|
|
|
} |