Xdestiny

Results 3 issues of Xdestiny

emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.47 (431685f05c67f0424c11473cc16798b9587bb536) The following command ``` em++ -sALLOW_MEMORY_GROWTH=1 -sUSE_WEBGPU=1 -sMAXIMUM_MEMORY=4gb test.cpp ``` generates `a.out.js` as normal. But if we look into...

webgpu

I really like this repository, and I was wondering what the future maintenance plans are? Are there any plans to implement a demo similar to the blueprints in Unreal, with...

documentation

### Xmake Version xmake v2.9.5+master.654f14971 ### Operating System Version and Architecture windows 11 ### Describe Bug 同时安装optix的7.3.0与8.0.0后,使用add_requires("optix 8.0.0")无法正确识别8.0.0版本。如果去掉版本限制只能识别7.3.0 ### Expected Behavior 能够正确识别版本 ### Project Configuration add_rules("mode.debug", "mode.release") set_project("ROTW-Optix-XMake") set_version("0.0.1") add_requires("cuda",...

bug