News

Contribute to chengenzhao/java-vulkan-mac development by creating an account on GitHub.
Vulkan has its own handles named properly, such as VkImage, VkBuffer or VkCommandPool. These are unsigned integer numbers behind the scenes, and because Java does not have typedefs, we need to use ...