mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Added high-end (Vulkan) label to some functions in visual shader
This commit is contained in:
parent
8080e5c4f3
commit
516cd821c0
4 changed files with 25 additions and 7 deletions
|
|
@ -5356,7 +5356,7 @@ void EditorNode::_update_video_driver_color() {
|
|||
} else if (video_driver->get_text() == "GLES3") {
|
||||
video_driver->add_color_override("font_color", Color::hex(0xa5557dff));
|
||||
} else if (video_driver->get_text() == "Vulkan") {
|
||||
video_driver->add_color_override("font_color", Color::hex(0xad1128ff));
|
||||
video_driver->add_color_override("font_color", theme_base->get_color("vulkan_color", "Editor"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue