VkCmdWaitEvents2KHR typedef

VkCmdWaitEvents2KHR = void Function(Pointer<VkCommandBuffer> commandBuffer, int eventCount, Pointer<Pointer<VkEvent>> pEvents, Pointer<VkDependencyInfo> pDependencyInfos)

Implementation

typedef VkCmdWaitEvents2KHR = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    int eventCount,
    Pointer<Pointer<VkEvent>> pEvents,
    Pointer<VkDependencyInfo> pDependencyInfos);