Add how-to context for building Windows + Vulkan.
This commit is contained in:
10
README.md
10
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
|
||||
|
||||
Reference in New Issue
Block a user