webgl-dsl
    Preparing search index...

    Type Alias ToValues<M>

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

    Type Parameters