I'm trying to create a shader in Apple's OpenGL Shader Builder and I need a texture as input for the fragment shader.
The input is defined like:
uniform sampler2D texture;
It seems obvious I could somehow use a texture already loaded into OpenGL Shader Builder but I can't figure out how.