ShaderNode: Add Mat4x4 type and nodes

This commit is contained in:
Jérôme Leclercq
2020-07-22 14:46:44 +02:00
parent b441bab218
commit 5a350ee76b
17 changed files with 668 additions and 104 deletions

View File

@@ -122,6 +122,7 @@ class ShaderGraph
NazaraSignal(OnTexturePreviewUpdate, ShaderGraph*, std::size_t /*textureIndex*/);
NazaraSignal(OnTextureUpdate, ShaderGraph*, std::size_t /*textureIndex*/);
static QtNodes::NodeDataType ToNodeDataType(PrimitiveType type);
static Nz::ShaderExpressionType ToShaderExpressionType(PrimitiveType type);
static Nz::ShaderExpressionType ToShaderExpressionType(TextureType type);