mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Potentially fixes https://github.com/flutter/flutter/issues/141495 The texture used as a render target attachment can have miplevels, but the image view cannot. Unconditionally create two image views per texture (this could be optimized in some cases), where the specific "render target texture view" always sets a mipcount of 1. In theory this should allow us to generate mipmaps for textures that are used as render target attachments, including toImage and toImageSync textures which are currently missing this functionality. --------- Co-authored-by: Aaron Clarke <aaclarke@google.com> Co-authored-by: gaaclarke <30870216+gaaclarke@users.noreply.github.com>
Description
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
androidapp-frameworkcross-platformdartdart-platformdesktopflutterflutter-packagefuchsiaioslinux-desktopmacosmaterial-designmobilemobile-developmentskiawebweb-frameworkwindows
2.5 GiB
Languages
Dart
75%
C++
16.5%
Objective-C++
2.9%
Java
2.8%
Objective-C
0.7%
Other
1.9%