VkGetDeviceProcAddrNative typedef

VkGetDeviceProcAddrNative = Pointer<NativeType> Function(Pointer<VkDevice> device, Pointer<NativeType> pName)

Implementation

typedef VkGetDeviceProcAddrNative = Pointer Function(
    Pointer<VkDevice> device, Pointer pName);