Some stupid questions

Started by Kudze, April 14, 2016, 20:56:57

Previous topic - Next topic

Kudze

Allright so as I can see Vulkan is impelemted in lwjgl3 (It has the package in it) But I can't find any documentations or anything to grab on. I want to start developing my game engine on vulkan in java. So is there any documentations on vulkan in java?

spasi

The Vulkan bindings come with extensive Javadoc, but you should read the Vulkan specification first.

You can find Vulkan demos in the LWJGL 3 demo repository. There's also the HelloVulkan sample.

Kudze


jfelrod1960