Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrScautHD authored Aug 4, 2024
1 parent ce326c6 commit d58d162
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ Coming SoOn!
---

# ⚠️ Importand for the Installation
> 1. For this project, you need the [`Vulkan SDK`](https://vulkan.lunarg.com/sdk/home#windows) with the version `[1.3.283.0]`.
> 1. For this project, you need the [`Vulkan SDK`](https://vulkan.lunarg.com/sdk/home#windows) with the version `[1.3.283.0]`. Please add the following code to your `.csproj` file:
```xml
<!-- Vulkan SDK -->
<PropertyGroup>
<VulkanBinPath>C:\VulkanSDK\1.3.283.0\Bin</VulkanBinPath>
</PropertyGroup>
```

> 2. And for **compiling shaders**, include the following code in your `.csproj` file:
```xml
<!-- Shader Stages (Vertex, Fragment...) -->
Expand Down

0 comments on commit d58d162

Please sign in to comment.