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

    Interface ParticleAttributeLayout

    interface ParticleAttributeLayout {
        byteLength: number;
        byteOffset: number;
        components: 1 | 2 | 3 | 4;
        name: ParticleAttributeName;
        storage: "f32" | "u32";
    }
    Index
    byteLength: number
    byteOffset: number

    Sixteen-byte-aligned byte offset in the generated WebGPU SoA storage buffer.

    components: 1 | 2 | 3 | 4
    storage: "f32" | "u32"