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 12, 2024
1 parent 39de7b1 commit 9a83b94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ Coming SoOn!
<Exec Command="$(VulkanBinPath)/glslc.exe &quot;%(FragmentShader.FullPath)&quot; -o &quot;%(FragmentShader.FullPath).spv&quot;" Condition="'@(FragmentShader)'!=''" />
<Message Text="......................................Shaders Compiled......................................" Importance="high" />
</Target>
```

For implimenting the `Shaders, Textures...` into the project to load them, add this code:
```cs

<!-- _____________________________________Content_____________________________________ -->

Expand Down

0 comments on commit 9a83b94

Please sign in to comment.