Vulkan Tutorial Code uploaded to Github

Nicholas Wilson iamthewilsonator at hotmail.com
Fri May 17 13:23:51 UTC 2019


On Friday, 17 May 2019 at 12:19:11 UTC, Doug Clayton wrote:
> Hi All,
>
> I just uploaded a working example of Vulkan working in D (With 
> a Hello World triangle) on Github for anyone interested: 
> https://github.com/DougClayton4231/VulkanTutorialD
>
> I couldn't find a working binding for Vulkan, so I hope this 
> will help people get up and running and building their own 
> applications.
>
> I only set up the Vulkan and GLFW3 bindings for Windows, so 
> anyone on other OSes will need to extend those bindings with 
> the appropriate functions and variables for those platforms.

Great work.

> Big thanks to evilrat for helping me get those string arrays 
> pointed to char**.

Ah yes, the old arr.map!(toStringz).array.ptr;


More information about the Digitalmars-d mailing list