In the Emscripten backend, the function swfw_make_context probably won't do anything, but its hints can still be used in the function swfw_make_window. One of the functions will probably be the name of the canvas HTML element that will be used.
For web, there will be no support for non hardware accelerated window. The only option will be with hardware acceleration.
In the Emscripten backend, the function
swfw_make_contextprobably won't do anything, but its hints can still be used in the functionswfw_make_window. One of the functions will probably be the name of the canvas HTML element that will be used.For web, there will be no support for non hardware accelerated window. The only option will be with hardware acceleration.