hanasaki666

Results 1 issues of hanasaki666

**Describe the bug** 报错信息: > panic occurred: 'swapchain context is not initialized' in file 'luisa_compute_backend_impl\src\cpu\mod.rs' at line 190 我尝试过以clang-cl和llvm作为toolchain,都会出现这个panic,而使用cmake构建是能正常运行的,我怀疑可能是xmake构建时一些构建配置没能正确传递给rust那边 为了能成功构建,我改了`scripts\xmake_func.lua`里对 “Windows SDK”的要求: ``` if #vers > 2 then --if tonumber(vers[3])...