v26.06.18.3
·
43 commits
to master
since this release
π§ 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
- Download
RayTracing-v26.06.18.3-win64.zip - Extract to any folder
- 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