deferredAttachedTexture function

Object? deferredAttachedTexture(
  1. Factory factory
)

Tracked so owners can detach before the session dies.

Implementation

Object? deferredAttachedTexture(Factory factory) =>
    factory is DeferredSessionFactory ? factory.attachedTexture : null;