1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-24 15:26:15 +00:00

Backport 6f16239 "Implementation of struct for shaders" to 3.4

This commit is contained in:
Lyuma
2020-08-25 23:11:57 -07:00
parent 74174676b8
commit fc6bee0750
7 changed files with 651 additions and 165 deletions

View File

@@ -174,6 +174,8 @@ static String dump_node_code(SL::Node *p_node, int p_level) {
//code+=dump_node_code(pnode->body,p_level);
} break;
case SL::Node::TYPE_STRUCT: {
} break;
case SL::Node::TYPE_FUNCTION: {
} break;
case SL::Node::TYPE_BLOCK: {