Vulkan bindings

ParticlePeter via Digitalmars-d digitalmars-d at puremagic.com
Fri Feb 19 23:59:13 PST 2016


On Tuesday, 16 February 2016 at 19:01:58 UTC, Satoshi wrote:
> Hello Vulkan API 1.0 is here and I just wrapped it into D.
>
> https://github.com/Rikarin/VulkanizeD
>
> Have fun!

I think your usage of const pointer is wrong. E.g. c const char* 
maps to d const(char)* etc.


More information about the Digitalmars-d mailing list