chromium-ray-tracing icon indicating copy to clipboard operation
chromium-ray-tracing copied to clipboard

Any ETA on prebuilt Linux version?

Open oscarbg opened this issue 5 years ago • 3 comments

Hi, first I have to say impressive project! tested the demo you link on Windows on a Titan V and works as it supports DXR.. now wanting to test on Linux as is one of few Vulkan RT projects using VK_KHR_raytracing extension others are using NV extension.. any ETA? thanks..

oscarbg avatar May 20 '20 03:05 oscarbg

EDIT: even if Linux build takes a while, can you answer if there is some way to switch form DX12 WebGPU to Vulkan backend on your Windows build? thanks..

oscarbg avatar May 20 '20 03:05 oscarbg

There are 2 problems with the Linux version right now.

First, Dawn's Chromium integration is not finished on Linux yet (the least finished on all platforms). Also the latest Linux beta driver with VK_KHR_ray_tracing support makes Chromium crash.

Second, Chromium's Vulkan support on Windows was recently finished, but Dawn didn't intend yet to run in Vulkan mode on Windows. So right now, the only option is Windows with DXR.

But if you're interested, you can try the node-webgpu bindings, which allow to specify a backend. Both Vulkan and D3D12 are supported. Vulkan+D3D12 on Windows, Vulkan on Linux.

maierfelix avatar May 20 '20 07:05 maierfelix

thanks for sharing detailed status.. and suggesting node-webgpu.. will try node-webgpu later..

oscarbg avatar May 21 '20 19:05 oscarbg