Reputation: 13
I'm working with the new core OpenGL 4, so I'm using VAO exclusively and Vertex and Fragment Shaders.
But, What if I don't specify any shader at all, Does the system provide a default shader? e.g. a shader that draws a fragment with the current glColor and mvp?
Upvotes: 1
Views: 141