Package io.flutter.view
Interface TextureRegistry.ImageTextureEntry
- All Superinterfaces:
TextureRegistry.TextureEntry
- Enclosing interface:
- TextureRegistry
-
Method Summary
Methods inherited from interface io.flutter.view.TextureRegistry.TextureEntry
id, release
-
Method Details
-
pushImage
Next paint will update texture to use the contents of image.NOTE: Caller should not call Image.close() on the pushed image.
NOTE: In the case that multiple calls to PushFrame occur before the next paint only the last frame pushed will be used (dropping the missed frames).
-