refactor(srp): move directional shadow execution policy into managed urp
This commit is contained in:
@@ -68,6 +68,12 @@ namespace XCEngine.Rendering.Universal
|
||||
stage);
|
||||
}
|
||||
|
||||
internal string
|
||||
GetDirectionalShadowExecutionPolicyAssetKeyInstance()
|
||||
{
|
||||
return GetDirectionalShadowExecutionPolicyAssetKey();
|
||||
}
|
||||
|
||||
internal int GetRuntimeStateVersionInstance()
|
||||
{
|
||||
return m_runtimeStateVersion;
|
||||
@@ -166,6 +172,12 @@ namespace XCEngine.Rendering.Universal
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
protected virtual string
|
||||
GetDirectionalShadowExecutionPolicyAssetKey()
|
||||
{
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
protected virtual ScriptableRendererFeature[] CreateRendererFeatures()
|
||||
{
|
||||
return Array.Empty<ScriptableRendererFeature>();
|
||||
|
||||
Reference in New Issue
Block a user