arenos-nexus/Arenos Nexus/Library/PackageCache/com.unity.shadergraph@940512a5d7e1/Editor/Generation/Enumerations/BlendOp.cs

13 lines
164 B
C#
Raw Permalink Normal View History

2025-09-25 22:01:28 +02:00
namespace UnityEditor.ShaderGraph
{
[GenerationAPI]
internal enum BlendOp
{
Add,
Sub,
RevSub,
Min,
Max,
}
}