glEdgeFlag has been deprecated in OpenGL 3.1. What is it replaced with? If not replaced, how can I get a similar effect?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is replaced with nothing. If you want equivalent functionality, you will have to write it yourself using the available materials (ie: shader logic and vertex attributes), or find another way to do boundary checking for wireframe rendering.