Or would it be better to batch immediate mode calls?
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.
Ditching immediate mode is always a good idea, but this doesn’t mean you have to go through the full stretch of Vertex Buffer Objects. For a long time there have been Vertex Arrays (which form the foundation of Vertex Buffer Objects). You’ll find that Vertex Arrays make a lot of things way easier, even for the “just drawing a few quads” case.