8 lines
176 B
C#
8 lines
176 B
C#
|
namespace UnityEditor.ShaderGraph
|
||
|
{
|
||
|
interface IGeneratesFunction
|
||
|
{
|
||
|
void GenerateNodeFunction(FunctionRegistry registry, GenerationMode generationMode);
|
||
|
}
|
||
|
}
|