Hello Guest

Some stupid questions

  • 3 Replies
  • 9285 Views
*

Offline Kudze

  • *
  • 15
Some stupid questions
« on: April 14, 2016, 20:56:57 »
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?

*

Offline spasi

  • *****
  • 2261
    • WebHotelier
Re: Some stupid questions
« Reply #1 on: April 14, 2016, 21:37:35 »
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.

*

Offline Kudze

  • *
  • 15
Re: Some stupid questions
« Reply #2 on: April 15, 2016, 15:48:08 »
Thank you :)
« Last Edit: April 15, 2016, 16:10:46 by Kudze »

Re: Some stupid questions
« Reply #3 on: March 26, 2017, 19:49:14 »
Yes spasi thank you!