VkCmdResetEvent2KHR typedef

VkCmdResetEvent2KHR = void Function(Pointer<VkCommandBuffer> commandBuffer, Pointer<VkEvent> event, int stageMask)

Implementation

typedef VkCmdResetEvent2KHR = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Pointer<VkEvent> event,
    int stageMask);