VR4Medical/ICI/Library/PackageCache/com.unity.shadergraph@e5d3455aa133/Editor/Data/Interfaces/IMayRequireInstanceID.cs
2025-07-29 13:45:50 +03:00

8 lines
189 B
C#

namespace UnityEditor.ShaderGraph
{
interface IMayRequireInstanceID
{
bool RequiresInstanceID(ShaderStageCapability stageCapability = ShaderStageCapability.All);
}
}