emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.91k stars 3.32k forks source link

Remove OFFSCREEN_FRAMEBUFFER_FORBID_VAO_PATH. NFC #23056

Open sbc100 opened 1 day ago

sbc100 commented 1 day ago

This was the only remaining test-only setting. The same effect can be achieved instead using some EM_ASM.

sbc100 commented 3 hours ago

Updated. PTAL