finish(with:)
Finishes the request with an error.
Declaration
func finish(with error: any Error)Parameters
- error:
Returns the error encountered during the compositing.
Discussion
A custom compositor calls this method to indicate that the attempt to compose a frame failed.