sultim-t / RayTracedGL1

MIT License
127 stars 24 forks source link

AMD or Intel support #29

Open kode54 opened 1 year ago

kode54 commented 1 year ago

Does this library support RT on anything beside NVidia RTX cards? I can't get it to work on Intel Arc under Proton.

Andrew-Cottrell commented 1 year ago

I don't know about Intel Arc, but AMD RDNA2 support was implemented and enhanced in the following pull requests

I have played prboom-plus-rt, which I understand uses RayTracedGL1, on my AMD Radeon RX 6700 XT (RDNA2).

kode54 commented 1 year ago

I will test on Windows later, and probably close this issue as it will likely work there. Probably a Proton issue if it didn't wrap the Vulkan RT pipeline support properly.