Several tests in gpu_test.dart are disabled for opengles.
When these tests run, they crash with:
[ERROR:flutter/impeller/renderer/backend/gles/buffer_bindings_gles.cc(406)] Break on 'ImpellerValidationBreak' to inspect point of failure: Float uniform should have a float type.
[FATAL:flutter/impeller/renderer/backend/gles/render_pass_gles.cc(692)] Check failed: result. Must be able to encode GL commands without error.
Maybe related to the float type stuff added in #182229.
cc: @gaaclarke
Several tests in gpu_test.dart are disabled for opengles.
When these tests run, they crash with:
Maybe related to the float type stuff added in #182229.
cc: @gaaclarke