I'm coding a pong game entirely in the fragment shader of OpenTK. C# does all the grunt work and then passes the info to the fragment shader so that it colors the correct pixels. Problem is, I have no idea how to pass information to the fragment shader itself.
Is there a way of passing information directly to some fragment shader variable, from C#?