feat(srp): formalize renderer contracts and project feature bridge
This commit is contained in:
@@ -17,7 +17,7 @@ namespace XCEngine.Rendering.Universal
|
||||
RendererRecordingContext context)
|
||||
{
|
||||
return m_asset != null
|
||||
? m_asset.GetDefaultRenderer()
|
||||
? m_asset.ResolveSelectedRenderer()
|
||||
: null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user