sampledTexture property

  1. @override
Texture? get sampledTexture
override

The GPU texture to sample this frame, or null when none is available yet (a live source before its first frame; callers substitute a placeholder).

Implementation

@override
gpu.Texture? get sampledTexture => _texture;