mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Use emscripten_webgl2_get_proc_address for WebGL2 context (#2316)
This commit is contained in:
@@ -134,7 +134,7 @@ namespace bgfx { namespace gl
|
||||
|
||||
SwapChainGL* swapChain = BX_NEW(g_allocator, SwapChainGL)(context, canvas);
|
||||
|
||||
import(1);
|
||||
import(version);
|
||||
|
||||
return swapChain;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user