log Framework/OpenGL/WebAssemblyOpenGLContext.cpp @ 997:d6b83ee3a950

age author description
Fri, 20 Sep 2019 10:16:55 +0200 Sebastien Jodogne fix WebAssemblyOpenGLViewport::UpdateSize()
Mon, 26 Aug 2019 11:01:53 +0200 Benjamin Golinvaux Removed log in IsContextLost (too many calls) + removed glGetError guards on calls (expensive) + added shared_ptr ref count dump in LoaderCache (still needs to figure that one out) toa2019082601
Fri, 23 Aug 2019 10:16:32 +0200 Benjamin Golinvaux added guards to prevent calling methods on a dead controller (see comment in diff for expl.) + build fix