ATOM-16237 Using setting registry to RPI system settings (#3663)
* ATOM-16237 Using setting registry to RPI system settings Changes include: - Remove RHISystemDesriptor since the pre-registered draw list tag is not needed. - Remove EitorContext which was for system component settings. - Add atom_rpi.setreg file - Add getting RPISystemDescriptor from setting registry. Signed-off-by: qingtao <qingtao@amazon.com>
This commit is contained in:
@@ -372,7 +372,7 @@ namespace AZ
|
||||
return;
|
||||
}
|
||||
|
||||
m_rhiSystem.Init(m_descriptor.m_rhiSystemDescriptor);
|
||||
m_rhiSystem.Init();
|
||||
m_imageSystem.Init(m_descriptor.m_imageSystemDescriptor);
|
||||
m_bufferSystem.Init();
|
||||
m_dynamicDraw.Init(m_descriptor.m_dynamicDrawSystemDescriptor);
|
||||
@@ -396,7 +396,7 @@ namespace AZ
|
||||
}
|
||||
|
||||
//Init rhi/image/buffer systems to match InitializeSystemAssets
|
||||
m_rhiSystem.Init(m_descriptor.m_rhiSystemDescriptor);
|
||||
m_rhiSystem.Init();
|
||||
m_imageSystem.Init(m_descriptor.m_imageSystemDescriptor);
|
||||
m_bufferSystem.Init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user