VkRegisterDeviceEventEXTNative typedef

VkRegisterDeviceEventEXTNative = Int32 Function(Pointer<VkDevice> device, Pointer<VkDeviceEventInfoEXT> pDeviceEventInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkFence>> pFence)

Implementation

typedef VkRegisterDeviceEventEXTNative = Int32 Function(
    Pointer<VkDevice> device,
    Pointer<VkDeviceEventInfoEXT> pDeviceEventInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkFence>> pFence);