~ WIP port emscripen (WebGL)

This commit is contained in:
REMqb
2022-08-14 21:46:16 +02:00
committed by Jérôme Leclercq
parent 304bf35c08
commit f172330aaf
27 changed files with 721 additions and 36 deletions

View File

@@ -1,3 +1,7 @@
target("RenderTest")
add_deps("NazaraRenderer")
add_files("main.cpp")
add_files("main.cpp")
if is_plat("wasm") then
add_ldflags("--preload-file assets/examples/", {force = true})
end