2026-06-01 - 2026-06-08
Overview
8 pull requests merged by 1 user
Merged
#26 fix(webgpu-rt): dynamic rayQuery TLAS leaf-start so picks hit for realistic instance counts (#25)
Merged
#24 docs(vulkan-rt): document dynamic descriptor_heap-index hit-shader fault (#23)
Merged
#22 fix(vulkan-rt): configurable recursion depth + per-shader TLAS push for compute (#21)
Merged
#20 fix(vulkan-rt): merge TLAS push constant into existing block (#18)
Merged
#19 feat(vulkan): re-enable GPU-Assisted Validation
Merged
#16 fix(vulkan-rt): work around NVIDIA descriptor-heap AS-read device-loss (#15)
Merged
#14 feat(webgpu-rt): any-hit + AABB (procedural) geometry support
Merged
#12 fix(webgpu): reshape wavefront TRACE/SHADE to 2-D to survive >4.19M rays
8 issues closed from 2 users
Closed
#25 WebGPU rayQuery TLAS traversal hardcodes leaf-start (16383) — picks always miss below 8193 instances
Closed
#23 Dynamic descriptor_heap indexing faults the device in ray-tracing (closest-hit) shaders on NVIDIA
Closed
#21 Vulkan RT: recursion depth hardcoded to 1, and the descriptor-heap AS-read workaround is never pushed for compute dispatches
Closed
#18 #16 Doesn't work when shaders already define a push constant
Closed
#17 Reneable GPU-AV
Closed
#15 Find workaround to #7 driver issue
Closed
#13 WebGPU anyhit and volume
Closed
#11 WebGPU wavefront: 1-D indirect TRACE/SHADE dispatch overflows maxComputeWorkgroupsPerDimension at ~4K → black screen
8 issues created by 0 users
Opened
#11 WebGPU wavefront: 1-D indirect TRACE/SHADE dispatch overflows maxComputeWorkgroupsPerDimension at ~4K → black screen
Opened
#13 WebGPU anyhit and volume
Opened
#15 Find workaround to #7 driver issue
Opened
#17 Reneable GPU-AV
Opened
#18 #16 Doesn't work when shaders already define a push constant
Opened
#21 Vulkan RT: recursion depth hardcoded to 1, and the descriptor-heap AS-read workaround is never pushed for compute dispatches
Opened
#23 Dynamic descriptor_heap indexing faults the device in ray-tracing (closest-hit) shaders on NVIDIA
Opened
#25 WebGPU rayQuery TLAS traversal hardcodes leaf-start (16383) — picks always miss below 8193 instances