Taos API Reference
    Preparing search index...

    Interface StandaloneTexture

    A standalone 2D texture owned by the caller (large static image, or one the app re-uploads itself).

    interface StandaloneTexture {
        kind: "texture";
        texture: GPUTexture;
    }
    Index

    Properties

    Properties

    kind: "texture"
    texture: GPUTexture