From cdb216f4e4096dd45973cb9fd3b9b00d50789e35 Mon Sep 17 00:00:00 2001 From: reduz Date: Tue, 5 Jan 2021 20:01:50 -0300 Subject: Added ability to visualize native shaders --- editor/editor_node.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editor/editor_node.h') diff --git a/editor/editor_node.h b/editor/editor_node.h index 0ef2e8cbfc..6e05fc7703 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -34,6 +34,7 @@ #include "editor/editor_data.h" #include "editor/editor_export.h" #include "editor/editor_folding.h" +#include "editor/editor_native_shader_source_visualizer.h" #include "editor/editor_run.h" #include "editor/inspector_dock.h" #include "editor/property_editor.h" @@ -323,6 +324,8 @@ private: String current_path; MenuButton *update_spinner; + EditorNativeShaderSourceVisualizer *native_shader_source_visualizer; + String defer_load_scene; Node *_last_instanced_scene; -- cgit v1.2.3