we are having random webgl context lost errors. usually when resizing a window or when some other process it potentially soaking up resources.
we’re trying to identify the root cause…is there a doc or list of things that might cause the webgl context lost errors? Does it usually happen if we are out of memory? also the engine tries to handle the context lost error but sometimes never restores the context.
( we could set doNotHandleContextLost = true and the handle it ourselves)