8 lines
218 B
C#
8 lines
218 B
C#
namespace UnityEngine.Rendering.HighDefinition
|
|
{
|
|
abstract class HDRenderPipelineResources : RenderPipelineResources
|
|
{
|
|
protected override string packagePath => HDUtils.GetHDRenderPipelinePath();
|
|
}
|
|
}
|