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.