On 13/02/2018 10:54 PM, Danni Coy wrote:
On Wed, Feb 14, 2018 at 8:20 AM, Ivan Trombley via Digitalmars-d <[email protected] <mailto:[email protected]>> wrote:I wanted to do some experimentation with Vulkan using D. None of the projects that I found (derelict-vulkan, d-vulkan and erupted) work. Are there D bindings to Vulkan that actually work?strictly speaking you don't need a binding, you can access C code directly as long as you write compatible header definitions for the parts of vulkan you are actually using in your code.
Which is then called a binding ;)
