From cd99ea5882738886cd5f36876b8d77d1ab10857a Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 16 May 2022 21:34:18 +0200 Subject: Rename `--vk-layers` command line argument to `--gpu-validation` The new name is independent of the graphics API in use. This prepares Godot for implementations of graphics APIs other than Vulkan. --- misc/dist/shell/godot.bash-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/dist/shell/godot.bash-completion') diff --git a/misc/dist/shell/godot.bash-completion b/misc/dist/shell/godot.bash-completion index 7927d26171..31e067e29a 100644 --- a/misc/dist/shell/godot.bash-completion +++ b/misc/dist/shell/godot.bash-completion @@ -64,7 +64,7 @@ _complete_godot_options() { --breakpoints --profiling --gpu-profile ---vk-layers +--gpu-validation --gpu-abort --remote-debug --debug-collisions -- cgit v1.2.3