HTML-GL icon indicating copy to clipboard operation
HTML-GL copied to clipboard

[FEATURE] WebGL Teardown

Open runspired opened this issue 10 years ago • 1 comments

When the <html-gl> element or an element that has been activated via jQuery(element).htmlgl() is removed from DOM the associated WebGL representation should also be torn down.

This can be done via MutationObserver, but the teardown routine should also be publicly available for manual triggering.

runspired avatar Sep 18 '15 20:09 runspired

Hi, could you make a pull request on that?

PixelsCommander avatar Oct 12 '15 08:10 PixelsCommander