Renderer/ShaderAst: Add input and outputs variables
This commit is contained in:
@@ -55,9 +55,11 @@ namespace Nz
|
||||
enum class VariableType
|
||||
{
|
||||
Builtin,
|
||||
Input,
|
||||
Output,
|
||||
Parameter,
|
||||
Variable,
|
||||
Uniform
|
||||
Uniform,
|
||||
Variable
|
||||
};
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user