You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Improve logic to detect whether vulkan is used for rendering
This commit is contained in:
@@ -116,7 +116,7 @@ String _get_gles_tag();
|
||||
|
||||
String _get_screen_sizes_tag(const Ref<EditorExportPreset> &p_preset);
|
||||
|
||||
String _get_xr_features_tag(const Ref<EditorExportPreset> &p_preset);
|
||||
String _get_xr_features_tag(const Ref<EditorExportPreset> &p_preset, bool p_uses_vulkan);
|
||||
|
||||
String _get_activity_tag(const Ref<EditorExportPreset> &p_preset, bool p_uses_xr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user