makeEvent()
Creates a new event instance that you can use to synchronize commands and resources within the same GPU device.
Declaration
func makeEvent() -> (any MTLEvent)?Creates a new event instance that you can use to synchronize commands and resources within the same GPU device.
func makeEvent() -> (any MTLEvent)?