Vulkan, Direct-X, and Metal all have features for high-performance rendering which are not available at the Rust level in the existing interface crates. This crate addresses that problem. This crate ...
この文章ではrust-gpuとashを使い、Vulkan Raytracing extension(以下VKR)を用いたレイトレーシングを行います。Vulkan Raytracing extensionを使うことによりCPUより高速にレイトレーシングを行うことができます。また、rust-gpuを使うことでGPUで動くコードも含めすべてRustで ...