Creates a new unique handle type.
Handle types are pointers to opaque structs.
Unique name of the handle.
alias VkInstance = OpaqueHandle!("VkInstance");
Original Implementation
See Implementation
This template is subject to the Boost License found in numem.
Creates a new unique handle type.
Handle types are pointers to opaque structs.