Skip to content

v26.06.18.3

Choose a tag to compare

@github-actions github-actions released this 18 Jun 16:04
· 43 commits to master since this release
295fc4d

πŸ”§ Build Features

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

Commit: d936cf2
Built: 2026-06-18T16:00:46Z

πŸ“¦ 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.3-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: resize OptiX denoiser on window resize to prevent GPU OOM by @Cle2ment in #28
  • fix(ci): replace opencode action with direct CLI to bypass GitHub API rate limit by @Cle2ment in #29

Full Changelog: v26.06.18.2...v26.06.18.3