VkRegisterDeviceEventEXT typedef

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

Implementation

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