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

Remove @nogc from functions #16

Description

@ColonelThirtyTwo

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions