From b023fbbb347a2fb207325b4016d40139d509f3ad Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 3 Oct 2024 15:04:44 -0700 Subject: [PATCH] Updated mkdocs documentation by adding notes --- docs/getting_started.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 347197c7..af27f2d6 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -156,9 +156,13 @@ These are needed before working to get engine3d building successfully on your pl export VK_LAYER_PATH="$VULKAN_SDK/share/vulkan/explicit_layer.d" ``` - After adding these exports, refresh your `.zshrc` by doing `source ~/.zshrc` + !!! note + + To check if vulkan is installed, you should be able to type the following command `vkvia` - After installing Vulkan you should be able to type the following command `vkvia` + This runs the vulkan basic cube program validating vulkan's been installed correctly. + + After adding these exports, refresh your `.zshrc` by doing `source ~/.zshrc` ---