Question

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?

Was it helpful?

Solution

On a core profile, not providing shaders is prohibited.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top