From 3031e3937c2a4d0c3aafebd6197f7316aab58b06 Mon Sep 17 00:00:00 2001 From: herocrab Date: Tue, 25 May 2021 10:25:25 -0600 Subject: [PATCH] Add how-to context for building Windows + Vulkan. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index be785107d..1c11dec82 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,16 @@ Flax Visual Studio extension provides better programming workflow, C# scripts de * Compile Flax project (hit F7 or CTRL+Shift+B) * Run Flax (hit F5 key) +--- + +**Note** + +If building on Windows to support Vulkan rendering, first install the Vulkan SDK then set an environment variable to provide the path to the SDK prior to running GenerateProjectFiles.bat: + +    set VULKAN_SDK=C:\VulkanSDK\version\ + +--- + ## Linux * Install Visual Studio Code