Minor fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user