VkCmdSetEventNative typedef

VkCmdSetEventNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkEvent> event, Uint32 stageMask)

Implementation

typedef VkCmdSetEventNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkEvent> event,
    Uint32 stageMask);