Merge pull request #44950 from reduz/shader-debugger
Added ability to visualize native shaders
This commit is contained in:
commit
a7baf01352
23 changed files with 342 additions and 6 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue