Atom
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -780,7 +780,7 @@ namespace AZ
|
||||
pipelineStateList.push_back();
|
||||
pipelineStateList[size].m_multisampleState = rasterPass->GetMultisampleState();
|
||||
pipelineStateList[size].m_renderAttachmentConfiguration = rasterPass->GetRenderAttachmentConfiguration();
|
||||
rasterPass->SetPipelineStateDataIndex(size);
|
||||
rasterPass->SetPipelineStateDataIndex(static_cast<AZ::u32>(size));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user