Skip to content

Support for addTexture or some kind of dynamic/mutable texture support on web #139271

@eyebrowsoffire

Description

@eyebrowsoffire

As discussed in flutter/engine#37890

Now that we have the createImageFromImageBitmap API in dart:ui_web, users can create images from arbitrary browser image sources. However, creating a completely new image (and therefor WebGL texture) every time can be inefficient in some cases, and it would be preferable to be able to update the contents of an existing texture. We could expose this either through the addTexture API or through some other mechanism.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work listc: proposalA detailed proposal for a change to Flutterengineflutter/engine related. See also e: labels.platform-webWeb applications specificallyteam-webOwned by Web platform teamtriaged-webTriaged by Web platform team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions