Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b4fef4

Browse files
committed
Add reference to Mantle demo
1 parent f955e8a commit 1b4fef4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ <h1>API</h1>
9090
sources.
9191
</p>
9292

93+
<p>
94+
The author of this website has figured out how to implement
95+
Hello Triangle using Mantle, which Vulkan is based on. You can
96+
find more information about it <a href="https://medium.com/@Overv/implementing-hello-triangle-in-mantle-4302450fbcd2">here</a>.
97+
</p>
98+
9399
The blog post linked above offers some insight. API calls have the
94100
<code>vk</code> prefix and functions take the state that they will
95101
change as their first parameter.

0 commit comments

Comments
 (0)