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

Added high-end (Vulkan) label to some functions in visual shader

This commit is contained in:
Yuri Roubinsky
2020-02-12 18:39:19 +03:00
committed by Chaosus
parent 8080e5c4f3
commit 516cd821c0
4 changed files with 25 additions and 7 deletions

View File

@@ -94,6 +94,7 @@ class VisualShaderEditor : public VBoxContainer {
AcceptDialog *alert;
LineEdit *node_filter;
RichTextLabel *node_desc;
Label *highend_label;
void _tools_menu_option(int p_idx);
void _show_members_dialog(bool at_mouse_pos);