Skip to content

v26.06.18.5

Choose a tag to compare

@github-actions github-actions released this 18 Jun 17:17
· 26 commits to master since this release
7b6c007

πŸ”§ Build Features

Feature Status
CUDA GPU Acceleration βœ… Enabled
OptiX AI Denoiser βœ… Enabled
ISPC SIMD (CPU) βœ… Enabled

Commit: 7b6c007
Built: 2026-06-18T17:16:55Z

πŸ“¦ Included in ZIP

  • RayTracing.exe
  • Runtime DLLs: vulkan-1.dll, vcruntime140.dll, msvcp140.dll
  • CUDA runtime DLLs (if CUDA enabled at build time)

▢️ How to Run

  1. Download RayTracing-v26.06.18.5-win64.zip
  2. Extract to any folder
  3. Run RayTracing.exe

⚠️ Prerequisites

  • Vulkan runtime (bundled)
  • CUDA acceleration requires NVIDIA GPU driver with CUDA 12.0+
  • Denoiser requires NVIDIA driver 545+ (includes nvoptix.dll)

What's Changed

  • fix: remove duplicate include, standardize include ordering by @Cle2ment in #52
  • refactor: replace C-style casts with reinterpret_cast in CUDABackend by @Cle2ment in #50

Full Changelog: v26.06.18.4...v26.06.18.5