glDrawArrays causing Access Violations

Started by
20 comments, last by TerranFury 22 years, 7 months ago
I had enabled color arrays without setting the color array pointer. So removing the call to enable color arrays eliminates the access violation.

But no triangles are drawn on the screen...
Advertisement
Nevermind, I just realized that I need to use a seperate call for each triangle strip.

This topic is closed to new replies.

Advertisement