using System; using System.Collections.Generic; namespace UnityEditor.ShaderGraph { public interface ISubShader { string GetSubshader(IMasterNode masterNode, GenerationMode mode, List sourceAssetDependencyPaths = null); } }