Update platform creation code
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "Scene/VulkanGeometry.hpp"
|
||||
#include "Scene/VulkanNode.hpp"
|
||||
#include "Scene/VulkanShader.hpp"
|
||||
#include "Host/PlatformProducer.hpp"
|
||||
#include <stdexcept>
|
||||
|
||||
namespace openVulkanoCpp::Vulkan
|
||||
@@ -170,4 +171,6 @@ namespace openVulkanoCpp::Vulkan
|
||||
}
|
||||
cmdHelper->cmdBuffer.end();
|
||||
}
|
||||
}
|
||||
|
||||
RendererProducerRegistration<Renderer> rendererRegistration(RenderAPI::Vulkan);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user