I recently started writing code that uses newer implementations of OpenGL. I did however notice, than in newer OpenGL implementations a lof of old functions are considered as deprecated. Is there any way to disable them if I only want to use proper functions?
I recently started writing code that uses newer implementations of OpenGL. I did however
Share
Use ARB_create_context_profile and request a forward-compatible context.