scenejs
scenejs copied to clipboard
Handle disappearing VAO support after context restore
After a lost WebGL context restore, this expression returns undefined:
var VAO = gl.getExtension("OES_vertex_array_object");
Version 48.0.2564.97 (64-bit) Ubuntu
Looks like a Chrome bug?
Need to handle missing VAO support in geometryChunk.js.