BryceMehring / GameEngine

C++ OpenGL Cross Platform Game Engine
7 stars 2 forks source link

Remove duplicate index buffer entries #65

Closed BryceMehring closed 10 years ago

BryceMehring commented 10 years ago

Instead of having a massive index buffer to map to the corresponding vertex, call glDrawElementsBaseVertex to reuse the same index buffer.

BryceMehring commented 10 years ago

Added: 74801a7ac033312375b60da495f31fccc38a86e8