Lachei / VulkanPBRT

Vulkan physically based raytracer including denoising
MIT License
28 stars 11 forks source link

Not specifying an input file causes an exception #6

Closed sven-luepke closed 3 years ago

sven-luepke commented 3 years ago

When no input file is specified, loaded_scene is not set after the creation of the single triangle. This results in a nullptr exception in PBRTPipeline::setupPipeline().