-
Updated
Jan 27, 2019 - C++
vulkan-library
Here are 18 public repositories matching this topic...
-
Updated
Oct 19, 2020 - C++
-
Updated
Jul 10, 2020 - Pascal
-
Updated
Sep 8, 2020 - Kotlin
-
Updated
May 13, 2017 - C
-
Updated
Oct 25, 2020 - GLSL
-
Updated
Oct 15, 2020 - C++
-
Updated
Jul 10, 2020 - C
This may cause overflows for things such as large staging buffers for textures.
This should be pretty easy to fix.
-
Updated
Oct 24, 2020 - C++
-
Updated
Apr 29, 2020 - C++
-
Updated
Aug 13, 2019 - C++
-
Updated
Oct 26, 2020 - CMake
-
Updated
Oct 13, 2020 - C++
-
Updated
Sep 19, 2020 - C++
Improve this page
Add a description, image, and links to the vulkan-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vulkan-library topic, visit your repo's landing page and select "manage topics."
It would be nice if we could somehow pass a required Vulkan version (both instance and physical device) as well as required extensions (instance and device) to
app.The best place would probably be in
frame_configsince both frame and app have access to it.