RayTracingInVulkan icon indicating copy to clipboard operation
RayTracingInVulkan copied to clipboard

Implementation of Peter Shirley's Ray Tracing In One Weekend book using Vulkan and NVIDIA's RTX extension.

Results 20 RayTracingInVulkan issues
Sort by recently updated
recently updated
newest added

Can not compile, my hardware is AMD Radeon RX 6800 XT on Ubuntu 22.04 LTS using native `amdgpu` driver: ```bash $ gcc -v; ... gcc version 11.2.0 (Ubuntu 11.2.0-19ubuntu1) $...

I ran the Raytracer through AMDs GPU profiler to check out how it runs on my RX6800. (I will upload the results in a different issue.) It reported that the...

This branch introduces variable bounce numbers for different scenes. In nearly all scenes the amount of bounces can be reduced to 8 (or even lower), without a noticeable visual impact....

This branch introduces a new scene with 1000 spheres semi-randomly distributed in a Cornell Box. This scene runs at 15.92 fps on a stock RX 6800.

I've installed stb 20210910, but it is not found by raytracinginvulkan's CMake: ``` Could not find a package configuration file provided by "Stb" with any of the following names: StbConfig.cmake...

Hi, I read the code for several days and I can run the program by following the readme. But I still want do debug the program using some IDE, e.g....

1 ![image](https://github.com/GPSnoopy/RayTracingInVulkan/assets/128681984/4243f778-3e35-4876-beb0-5a4ea319bce7) 2 ![image](https://github.com/GPSnoopy/RayTracingInVulkan/assets/128681984/a655d427-1f5e-4dbe-a69a-1c264a6361ea) 3 ![image](https://github.com/GPSnoopy/RayTracingInVulkan/assets/128681984/a837fd39-2fcb-4fb6-b82a-4f92c4317344) 4 ![image](https://github.com/GPSnoopy/RayTracingInVulkan/assets/128681984/5b337a3a-249a-4690-a87a-f1e4b8bf64f1) 5 ![image](https://github.com/GPSnoopy/RayTracingInVulkan/assets/128681984/a502046d-1bba-423e-a2e5-7ff65679644a) my pc configuration: xeon e5 2650 v2 memory: 16gb 1333 dual channel

A fellow member in a discord server I'm in tried to run the latest released version on an A770, but it didn't start. With a debug build using the current...

https://github.com/msys2/MINGW-packages/issues/16952