Closed K1ngst0m closed 1 year ago
Thanks @K1ngst0m ! This looks good to me. I did some additional testing of the nvpro-samples on gcc 13 and found another missing header in cadscenefile.h
; I'll merge this in, and then apply that fix on top.
Thanks again!
According to the https://gcc.gnu.org/gcc-13/porting_to.html, gcc 13 doesn't implicitly include
<cstdint>
anymore, so we need to include it explicitly.Related to PR in vk_raytracing_tutorial_KHR