Hilo3d API - v2.0.0
    Preparing search index...

    Type Alias StorageVectorType

    StorageVectorType:
        | "vec2<f32>"
        | "vec3<f32>"
        | "vec4<f32>"
        | "vec2<i32>"
        | "vec3<i32>"
        | "vec4<i32>"
        | "vec2<u32>"
        | "vec3<u32>"
        | "vec4<u32>"

    Two-, three-, and four-component WGSL storage vector types.