Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f955e8a commit 1b4fef4Copy full SHA for 1b4fef4
1 file changed
index.html
@@ -90,6 +90,12 @@ <h1>API</h1>
90
sources.
91
</p>
92
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
+
99
The blog post linked above offers some insight. API calls have the
100
<code>vk</code> prefix and functions take the state that they will
101
change as their first parameter.
0 commit comments