GPUOpen-LibrariesAndSDKs / RadeonRays_SDK

Radeon Rays is ray intersection acceleration library for hardware and software multiplatforms using CPU and GPU
MIT License
1.06k stars 190 forks source link

multiplatform #234

Closed generalgaowei closed 1 year ago

generalgaowei commented 1 year ago

The library supports the following graphics and GPGPU frameworks as its backends: 1)DirectX12 2)Vulkan.

Vulkan is a cross-platform industry standard, but DirectX12 isn't. Does it mean that RadeonRays can execute based either DirectX12 or Vulkan? In Windows, RadeonRays can also do without DirectX12. In Linux, it can only base on Vulkan.