Some ray tracing changes

This commit is contained in:
Dynamitos
2024-07-08 13:46:49 +02:00
parent fd8dc5ed0f
commit acf8dde8fc
21 changed files with 108051 additions and 71 deletions
-1
View File
@@ -675,7 +675,6 @@ void Graphics::createDevice(GraphicsInitializer initializer) {
VK_CHECK(vkCreateDevice(physicalDevice, &deviceInfo, nullptr, &handle));
// std::cout << "Vulkan handle: " << handle << std::endl;
graphicsQueue = 0;
computeQueue = 0;
transferQueue = 0;