Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

Remove @nogc from functions #16

Open
ColonelThirtyTwo opened this issue May 23, 2016 · 0 comments
Open

Remove @nogc from functions #16

ColonelThirtyTwo opened this issue May 23, 2016 · 0 comments

Comments

@ColonelThirtyTwo
Copy link
Owner

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant