kc3-lang/SDL/docs/README-emscripten.md

Branch :


Log

Author Commit Date CI Message
90e302d0 2017-02-17 10:13:10 Remove link to emscripten tests Not updated since early port. Also stopped working when Dropbox stopped allowing HTML to be parsed.
104c9541 2016-10-07 17:46:58 Converted README documentation to DOS text format
9b6f159c 2015-06-26 20:11:41 Emscripten: Corrected build instructions in documentation. And fixed a typo.
0e45984f 2015-06-21 17:33:46 Fixed crash if initialization of EGL failed but was tried again later. The internal function SDL_EGL_LoadLibrary() did not delete and remove a mostly uninitialized data structure if loading the library first failed. A later try to use EGL then skipped initialization and assumed it was previously successful because the data structure now already existed. This led to at least one crash in the internal function SDL_EGL_ChooseConfig() because a NULL pointer was dereferenced to make a call to eglBindAPI().