ShaderWarmUpPictureCallback typedef

ShaderWarmUpPictureCallback = bool Function(Picture picture)

The signature of debugCaptureShaderWarmUpPicture.

Used by tests to run assertions on the Picture created by ShaderWarmUp.execute. The return value indicates whether the assertions pass or not.

Implementation

typedef ShaderWarmUpPictureCallback = bool Function(Picture picture);