refactor(srp): tighten native seam visibility
This commit is contained in:
@@ -171,18 +171,18 @@ namespace XCEngine.Rendering.Universal
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
protected virtual string GetRenderSceneSetupPolicyAssetKey()
|
||||
private protected virtual string GetRenderSceneSetupPolicyAssetKey()
|
||||
{
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
protected virtual string GetCameraFrameStandalonePassAssetKey(
|
||||
private protected virtual string GetCameraFrameStandalonePassAssetKey(
|
||||
CameraFrameStage stage)
|
||||
{
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
protected virtual string
|
||||
private protected virtual string
|
||||
GetDirectionalShadowExecutionPolicyAssetKey()
|
||||
{
|
||||
return string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user