study/first_study/Library/PackageCache/com.unity.shadergraph@3686fafd4720/Editor/Generation/ITargetProvider.cs

7 lines
101 B
C#
Raw Normal View History

namespace UnityEditor.ShaderGraph.Configuration
{
public interface ITargetProvider
{
}
}