You've already forked godot
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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user