Implemented KRDeviceManager
This commit is contained in:
@@ -116,7 +116,7 @@ KRPipeline::KRPipeline(KRContext& context, KrDeviceHandle deviceHandle, VkFormat
|
||||
m_pipelineLayout = nullptr;
|
||||
m_graphicsPipeline = nullptr;
|
||||
m_renderPass = nullptr;
|
||||
KRDevice& device = m_pContext->GetDeviceInfo(deviceHandle);
|
||||
KRDevice& device = m_pContext->getDeviceManager()->getDeviceInfo(deviceHandle);
|
||||
|
||||
strcpy(m_szKey, szKey);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user