Add support for render context lost/restored events, initially with support for WebGL (thanks @mrcdk)

This commit is contained in:
Joshua Granick
2014-11-28 11:54:56 -08:00
parent a59f419c06
commit 68af1b5bb0
3 changed files with 125 additions and 25 deletions

View File

@@ -10,7 +10,9 @@ namespace lime {
enum RenderEventType {
RENDER
RENDER,
RENDER_CONTEXT_LOST,
RENDER_CONTEXT_RESTORED
};