Files
stas-barecky/Library/PackageCache/com.unity.shadergraph@3cfe1d1f3f8c/Editor/Data/Interfaces/IMayRequireUITK.cs
2026-01-08 20:43:08 +05:00

9 lines
180 B
C#

namespace UnityEditor.ShaderGraph
{
interface IMayRequireUITK
{
bool RequiresUITK(ShaderStageCapability stageCapability = ShaderStageCapability.Fragment);
}
}