webgl-dsl
    Preparing search index...

    Type Alias WithoutPrecision<M>

    WithoutPrecision: { [key in keyof M]: GetType<M[key]> }

    Type Parameters