Vulkan-Tutorial-Java icon indicating copy to clipboard operation
Vulkan-Tutorial-Java copied to clipboard

Vulkan tutorial by Alexander Overvoorde ported to Java

Results 6 Vulkan-Tutorial-Java issues
Sort by recently updated
recently updated
newest added
trafficstars

From the root of the repo, run `mvn compile`, get the following: ``` [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] 'dependencies.dependency.version' for...

Hello, i want to test if validation layers are correctly implemented, in the original tutorial you can test it removing `DestroyDebugUtilsMessengerEXT` but when i remove this in the java example...

While working through this excellent tutorial, I discovered an incorrect URL, which led me to "404 - page not found". This pull request corrects the URL.

Suggestion: Alexander Overvoorde updated his tutorial on vulkan-tutorial.com. Perhaps this excellent port to Java can be updated as well?

Hi Cristian, If you have a chance to look at the following when you are at it with issue #13. A lot of code is using methods callocStack and mallocStack....