1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Merge pull request #44950 from reduz/shader-debugger

Added ability to visualize native shaders
This commit is contained in:
Rémi Verschelde
2021-01-06 16:28:45 +01:00
committed by GitHub
23 changed files with 342 additions and 6 deletions

View File

@@ -6519,6 +6519,9 @@ EditorNode::EditorNode() {
center_split->connect("resized", callable_mp(this, &EditorNode::_vp_resized));
native_shader_source_visualizer = memnew(EditorNativeShaderSourceVisualizer);
gui_base->add_child(native_shader_source_visualizer);
orphan_resources = memnew(OrphanResourcesDialog);
gui_base->add_child(orphan_resources);