nimious / vulkan

Nim bindings for Vulkan, the API for access to graphics and compute on GPUs.
MIT License
61 stars 8 forks source link

Mark PFN_vk* procs as {.cdecl.} #9

Closed Clyybber closed 6 years ago

Clyybber commented 6 years ago

Closes #8

gmpreussner commented 6 years ago

Doh… it was the calling conventions. Thank you so much for fixing this!