From d5de663273236037ea80703619f4165e8f28d19f Mon Sep 17 00:00:00 2001
From: MrScautHD <65916181+MrScautHD@users.noreply.github.com>
Date: Mon, 12 Aug 2024 18:53:20 +0200
Subject: [PATCH] Update README.md
---
README.md | 54 ++++++++++++++++++++++++++++++++++++------------------
1 file changed, 36 insertions(+), 18 deletions(-)
diff --git a/README.md b/README.md
index 0a7343c..c8846ad 100644
--- a/README.md
+++ b/README.md
@@ -26,48 +26,66 @@ 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]`. Please add the following code to your `.csproj` file:
```xml
+
+
- C:\VulkanSDK\1.3.283.0\Bin
+ C:/VulkanSDK/1.3.283.0/Bin
```
2. To **compile shaders**, include the following code in your `.csproj` file:
```xml
-
-
-
-
-
-
+
+
+
+
+ content
+
+
-
+
PreserveNewest
true
+
+
+
+
+
+ PreserveNewest
+ true
+
+
+
+ PreserveNewest
+ true
+
+
+
-
+
-
+
-
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
```