質問

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?

役に立ちましたか?

解決

On a core profile, not providing shaders is prohibited.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top