Vulkan

Rubn where at is.this
Sat Feb 17 01:19:35 UTC 2018


On Friday, 16 February 2018 at 22:58:30 UTC, Ivan Trombley wrote:
> On Wednesday, 14 February 2018 at 02:40:18 UTC, Mike Parker 
> wrote:
>> What [does] it mean to say they don't work? Have you reported 
>> any issues? I don't see any in the DerelictVulkan repo. If 
>> something's broken, please report it so it can  be fixed.
>
> Derelict-vulkan is Windows only ATM.

The only difference is the one specific function for creating the 
surface. You are better off using something like SDL2 for 
creating the window anyways, which takes care of the only OS 
specific code of vulkan.

None of the types also have default value set to the proper value.

https://github.com/Zoadian/DerelictVulkan/blob/master/source/derelict/vulkan/types.d#L1102

It's not that difficult to add though, the name of the struct 
name is pretty much the type enum name but with all caps and 
underscores. A simple regex replace and formatting easily adds 
most of them.


More information about the Digitalmars-d mailing list