JoshuaBrookover

Results 17 comments of JoshuaBrookover

One thing that must be clarified here: using ```add_subdirectory``` to pull in dependencies is, as far as I can tell, an antipattern. Yes, it's exactly what I recommend people do...

It's a nice to have, but I doubt this affects many people.

I don't know if GLFW works with Emscripten, that would be my main concern with trying this. If it does, you're on the right track with trying to use the...

Also having this problem on OS X. Same node version.

@wilx I had not seen your comment when I made my second comment. That is good to know about the spurious wakeups, I didn't know it would do that. Thanks!

The crash is related to the default VAO going away in 3.2+. ProgramGL::bindAttributes is being called with an unbound (0) VAO in the case of multiple windows which causes glVertexAttribDivisor...

Managed to get something working. I'm not sure it's an ideal fix, but hopefully it'll help @bkaradzic fix this one. https://github.com/JoshuaBrookover/bgfx/commit/b04ec484b44c241b6282d778098820e39204c01d