sampledTexture property
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;