Creates a new unique handle type.
Handle types are pointers to opaque structs.
Creates a new type based on an existing type.
Gets the base type of a typedef.
Unique name of the handle.
alias VkInstance = OpaqueHandle!("VkInstance");
See Implementation
Creates a new unique handle type.
Handle types are pointers to opaque structs.