We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc91831 commit 20ea63bCopy full SHA for 20ea63b
1 file changed
engine/src/flutter/testing/dart/gpu_test.dart
@@ -866,6 +866,7 @@ void main() async {
866
// Rendering into a non-zero mip level needs ES 3.0 or
867
// GL_OES_fbo_render_mipmap on the GLES backend.
868
if (!gpu.gpuContext.doesSupportFramebufferRenderMipmap) {
869
+ markTestSkipped('Backend does not support rendering into non-zero mip levels.');
870
return;
871
}
872
final gpu.Texture texture = gpu.gpuContext.createTexture(
0 commit comments