VkGetDeviceProcAddr typedef

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

Implementation

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