Renderer/ShaderAst: Fix compilation errors on Linux

This commit is contained in:
Lynix
2017-01-06 16:34:04 +01:00
parent cb566b14d4
commit 607bb9d3a0
4 changed files with 19 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ namespace Nz
Float4, // vec4
Mat4x4, // mat4
None // void
Void // void
};
enum class VariableType