Minor fixes

This commit is contained in:
Jérôme Leclercq
2020-09-01 18:47:08 +02:00
parent 7d2673eabd
commit ae34533595
5 changed files with 11 additions and 11 deletions

View File

@@ -55,7 +55,7 @@ namespace Nz
std::unique_ptr<CommandPool> OpenGLDevice::InstantiateCommandPool(QueueType /*queueType*/)
{
return std::make_unique<OpenGLCommandPool>(*this);
return std::make_unique<OpenGLCommandPool>();
}
std::unique_ptr<RenderPipeline> OpenGLDevice::InstantiateRenderPipeline(RenderPipelineInfo pipelineInfo)