diff --git a/source/StartFromVulkanSDK.rst b/source/StartFromVulkanSDK.rst index 42ac4f2..21bed99 100644 --- a/source/StartFromVulkanSDK.rst +++ b/source/StartFromVulkanSDK.rst @@ -620,8 +620,18 @@ Vulkan 三角形 编译 ****** -1. 下载解压 -2. 找到 ``README.md`` 文件,在 ``README.md`` 同级目录中新建 ``build`` 文件夹 -3. 在 ``build`` 文件夹目录下打开 ``命令行`` 程序 -4. 输入 ``cmake ..`` 并回车,将会在 ``build`` 文件夹下生成项目工程 -5. 打开执行即可 \ No newline at end of file +.. tab-set:: + + .. tab-item:: Windows + + 1. 下载解压 + 2. 找到 ``README.md`` 文件,在 ``README.md`` 同级目录中新建 ``build`` 文件夹 + 3. 在 ``build`` 文件夹目录下打开 ``命令行`` 程序 + 4. 输入 ``cmake ..`` 并回车,将会在 ``build`` 文件夹下生成项目工程 + 5. 打开执行即可 + + .. tab-item:: Linux + + 待适配 + +.. figure:: ./_static/vulkan_triangle.png \ No newline at end of file diff --git a/source/_static/vulkan_triangle.png b/source/_static/vulkan_triangle.png new file mode 100644 index 0000000..e232a06 Binary files /dev/null and b/source/_static/vulkan_triangle.png differ