6 lines
72 B
GLSL
6 lines
72 B
GLSL
|
|
void main()
|
|
{
|
|
fragColor = texture(image_texture, texCoord_interp);
|
|
}
|