I'm using OpenTK for C#. I'm kinda new to graphics programming.
Is there a way to pass an attribute directly to the fragment shader and skip the vertex shader?
It'd be useful when working with uvs. I want to pass the uv to the fragment shader because I change nothing in the vertex shader.