Package io.flutter.view
Interface TextureRegistry.TextureEntry
-
- All Known Subinterfaces:
TextureRegistry.ImageTextureEntry
,TextureRegistry.SurfaceTextureEntry
- Enclosing interface:
- TextureRegistry
public static interface TextureRegistry.TextureEntry
An entry in the texture registry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
id()
void
release()
Deregisters and releases all resources .
-