playcanvas-opti-pixel - v1.2.0
    Preparing search index...

    Class SquareDataTextureLayerProxy<TArray>

    Writer view of a single layer inside a SquareDataTextureArray.

    API matches ISquareDataTextureWriter / SquareDataTexture enqueue surface (no layer in method signatures). Does not own GPU resources — no resize / destroy.

    Shader bind: use texture as sampler2DArray with this proxy's layer. Call update / upload once per frame on the parent array (or any layer proxy).

    Type Parameters

    • TArray extends TypedArrayType

    Hierarchy (View Summary)

    Implements

    • ISquareDataTextureWriter<TArray>
    Index