VR4RoboticArm2/VR4RoboticArm/Library/PackageCache/com.unity.shadergraph/Editor/Data/Interfaces/IMayRequireInstanceID.cs
IonutMocanu 48cccc22ad Main2
2025-09-08 11:13:29 +03:00

8 lines
189 B
C#

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