Another-Game-Engine / AGE

AGE - C++11 OpenGL4 Game Engine
MIT License
49 stars 11 forks source link

Binding reduction on gl buffers #392

Closed cesarl closed 9 years ago

cesarl commented 9 years ago

Close #391

DorianPinaud commented 9 years ago

it could created bugs because when use mutli vao you need bind the vbo necessary by vao. If you used common vbo for two vao you risk to have one missing binding in this case.

cesarl commented 9 years ago

Okay ! I cancel my PR so ! :crocodile: