Update readme
This commit is contained in:
parent
6f07d042b6
commit
02dfaf29e8
1 changed files with 1 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Vulkan C++ examples and demos
|
||||
|
||||
A comprehensive collection of open source C++ examples for [Vulkan®](https://www.khronos.org/vulkan/), the new generation graphics and compute API from Khronos.
|
||||
A comprehensive collection of open source C++ examples for [Vulkan®](https://www.vulkan.org), the low-level graphics and compute API from Khronos.
|
||||
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BHXPMV6ZKPH9E)
|
||||
|
||||
|
|
@ -52,10 +52,6 @@ git submodule init
|
|||
git submodule update
|
||||
```
|
||||
|
||||
## Assets
|
||||
|
||||
**Important notice:** As of may 2023 assets have been moved to a [submodule](https://github.com/SaschaWillems/Vulkan-Assets). If you have cloned the repository before this date, you may need to initialize and update submodules. If you do a fresh clone, no action is required to get the assets.
|
||||
|
||||
## Building
|
||||
|
||||
The repository contains everything required to compile and build the examples on <img src="./images/windowslogo.png" alt="" height="22px" valign="bottom"> Windows, <img src="./images/linuxlogo.png" alt="" height="24px" valign="bottom"> Linux, <img src="./images/androidlogo.png" alt="" height="24px" valign="bottom"> Android, <img src="./images/applelogo.png" alt="" valign="bottom" height="24px"> iOS and macOS (using MoltenVK) using a C++ compiler that supports C++14.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue