Antoine
Antoine
I think there might be synchronization issues with the denoiser between CUDA and Vulkan. The denoiser is run once per frame after raytracing the image, and before tonemapping it. But...
Looking at the code, it should be fairly easy to add support for other shading languages such as HLSL based on DXC or GLSL based on glslangvalidator. Is this something...
The column is never printed to error logs. This commit simply add the column to the log after the line. This is really useful for external linting applications that will...
On windows, path uses backslash instead of forward slash, it will fail to resolve the relative path if given a path with backslash. A simple fix could be to fix...