StellarXipher/Library/PackageCache/com.unity.shadergraph@d57efd43b1c1/Editor/Data/Interfaces/IGeneratesFunction.cs
2025-02-06 16:45:46 -05:00

8 lines
176 B
C#

namespace UnityEditor.ShaderGraph
{
interface IGeneratesFunction
{
void GenerateNodeFunction(FunctionRegistry registry, GenerationMode generationMode);
}
}