VkCmdResetEventNative typedef

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

Implementation

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