File tree Expand file tree Collapse file tree
com.unity.render-pipelines.high-definition/Runtime/RenderPipeline
com.unity.render-pipelines.universal/Runtime/Data Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ public partial class HDRenderPipelineAsset : RenderPipelineAsset<HDRenderPipelin
2727 /// <inheritdoc/>
2828 public override string renderPipelineShaderTag => HDRenderPipeline . k_ShaderTagName ;
2929
30+ /// <inheritdoc/>
31+ protected override bool requiresCompatibleRenderPipelineGlobalSettings => true ;
32+
3033 [ System . NonSerialized ]
3134 internal bool isInOnValidateCall = false ;
3235
Original file line number Diff line number Diff line change @@ -1670,6 +1670,9 @@ public int numIterationsEnclosingSphere
16701670 /// <inheritdoc/>
16711671 public override string renderPipelineShaderTag => UniversalRenderPipeline . k_ShaderTagName ;
16721672
1673+ /// <inheritdoc/>
1674+ protected override bool requiresCompatibleRenderPipelineGlobalSettings => true ;
1675+
16731676 /// <summary>Names used for display of rendering layer masks.</summary>
16741677 [ Obsolete ( "This property is obsolete. Use RenderingLayerMask API and Tags & Layers project settings instead. #from(2023.3)" ) ]
16751678 public override string [ ] renderingLayerMaskNames => RenderingLayerMask . GetDefinedRenderingLayerNames ( ) ;
@@ -2037,5 +2040,6 @@ public bool isStpUsed
20372040 ;
20382041 }
20392042 }
2043+
20402044 }
20412045}
You can’t perform that action at this time.
0 commit comments