VkGetInstanceProcAddr typedef

VkGetInstanceProcAddr = Pointer<NativeType> Function(Pointer<VkInstance> instance, Pointer<NativeType> pName)

Implementation

typedef VkGetInstanceProcAddr = Pointer Function(
    Pointer<VkInstance> instance, Pointer pName);