Closed JackAdamsJenkins closed 1 month ago
Fixes #285
Add Vulkan support check and instructions for installation if not supported.
docs/DEBUG.md
desktop/src-tauri/src/cmd/mod.rs
desktop/src-tauri/src/setup.rs
check_vulkan
desktop/src-tauri/src/main.rs
For more details, open the Copilot Workspace session.
Fixes #285
Add Vulkan support check and instructions for installation if not supported.
docs/DEBUG.md
to install Vulkan runtime and check Vulkan support.desktop/src-tauri/src/cmd/mod.rs
to check Vulkan support and provide instructions if Vulkan is not supported.desktop/src-tauri/src/setup.rs
to check for Vulkan support during application setup and provide instructions if Vulkan is not supported.check_vulkan
command to the list of commands indesktop/src-tauri/src/main.rs
.For more details, open the Copilot Workspace session.