supportsRenderToMip property

  1. @override
bool supportsRenderToMip
final

Settable for the same reason supportsWireframe is: the interesting case is the backend that says no — flutter_gpu on OpenGL ES — and the renderer is supposed to build a probe without a chain there rather than name a level the device will refuse.

Implementation

@override
final bool supportsRenderToMip;