Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/DadSchoorse/vkBasalt
Browse files Browse the repository at this point in the history
  • Loading branch information
DadSchoorse committed Oct 20, 2019
2 parents 4396f36 + f53e3f0 commit 18f1c21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ A vulkan post processing layer. Currently the only effect is Contrast Adaptiv Sh
This one of my first projects ever. Look at the code at your own risk.

# Build
You need the vulkan sdk to build this and glslangValidator to compile the shader.

For Arch Linux and Manjaro Linux, they can be installed with:

```
pacman -Sy glslang lib32-glslang vulkan-headers vulkan-tools vulkan-validation-layers
```

Simply use
```
Expand Down

0 comments on commit 18f1c21

Please sign in to comment.