Skip to content
Snippets Groups Projects
Commit 86052908 authored by Vanessa Karolek's avatar Vanessa Karolek
Browse files

[#92] remove unnecessary statement (it was just for testing)

parent 4f37e30f
No related branches found
No related tags found
1 merge request!75Resolve "RTX-Module"
Pipeline #26329 passed
......@@ -67,8 +67,6 @@ int main(int argc, const char** argv) {
deviceExtensions
);
vk::RayTracingPipelineCreateInfoNV rtnv;
vkcv::scene::Scene scene = vkcv::scene::Scene::load(core, std::filesystem::path(
argc > 1 ? argv[1] : "resources/Sponza/Sponza.gltf"
));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment