VkCmdSetEvent2Native typedef

VkCmdSetEvent2Native = Void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkEvent> event, Pointer<VkDependencyInfo> pDependencyInfo)

Implementation

typedef VkCmdSetEvent2Native = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkEvent> event,
    Pointer<VkDependencyInfo> pDependencyInfo);