0x2A / NoWork

NoWork is a simple graphics framework using OpenGL to allow easy prototyping of graphical functions and algorythms
GNU General Public License v3.0
6 stars 0 forks source link

async model loading does not load #1

Closed 0x2A closed 8 years ago

0x2A commented 8 years ago

Loading a model or mesh as static mesh asynchronously doesn't actually load the mesh data into gpu, so that an empty vbo is existent. this could crash the app while rendering.