This leaves some of the unresolved case where we still need both implementation.
6 lines
64 B
GLSL
6 lines
64 B
GLSL
|
|
void main()
|
|
{
|
|
fragColor = texture(image, texCoord_interp);
|
|
}
|