Vulkan

rikki cattermole rikki at cattermole.co.nz
Wed Feb 14 04:26:18 UTC 2018


On 13/02/2018 10:54 PM, Danni Coy wrote:
> 
> On Wed, Feb 14, 2018 at 8:20 AM, Ivan Trombley via Digitalmars-d 
> <digitalmars-d at puremagic.com <mailto:digitalmars-d at puremagic.com>> 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 ;)



More information about the Digitalmars-d mailing list