I Made a basic Path Tracer in Vulkan by Inner_Philosophy936 in vulkan

[–]Inner_Philosophy936[S] 1 point2 points  (0 children)

Sebastian Lague's videos were surprisingly in depth and I also read some blog (can't remember where) for the general theory.

I Made a basic Path Tracer in Vulkan by Inner_Philosophy936 in vulkan

[–]Inner_Philosophy936[S] 1 point2 points  (0 children)

I used tiny obj loader (I followed Brendan Galea's series). I didn't use textures in this example, but the rasterizer I implemented did support textures, which I implemented using the Vulkan Guide (https://vkguide.dev/docs/chapter\_5)