GPUOpen-LibrariesAndSDKs / Capsaicin

AMD ARR team rendering framework
MIT License
363 stars 32 forks source link

Upgrading DXC fixes the compiler crash. #16

Closed Hineven closed 5 months ago

Hineven commented 5 months ago

At light_sampler_bounds.hlsl:282, by upgrading DXC to 2024.3.22 the inout decorator will not crash the compiler again. Thus the random numbers wont be reused in the reservoir generation.

Hineven commented 5 months ago

Umm, the inout decorator still makes the compiler to crash. Upgrading the compiler just put the crash a bit later in the compilation process. Upgrading solves notiong. I was too naive.