Interface FieldKind<T>

    Texel encoding: channel count, the flat-buffer codec, and the boundary cell class that reductions return.

    interface FieldKind<T> {
        cls: Ctor<T>;
        dim: 1 | 2 | 4;
        pack: Pack<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    cls: Ctor<T>
    dim: 1 | 2 | 4
    pack: Pack<T>