dvulkan
dvulkan copied to clipboard
Remove @nogc from functions
Allocation callbacks may theoretically use the GC (ex. if using the default thisAllocator), so Vulkan functions in theory can use the GC.
They will remain nothrow, as throwing exceptions across unknown C code will likely break many things.