docs.unity.cn
    Show / Hide Table of Contents

    Method store_si128

    store_si128(Void*, v128)

    Store 128-bits of integer data from a into memory.

    Declaration
    public static void store_si128(void *ptr, v128 val)
    Parameters
    Type Name Description
    Void* ptr

    Pointer

    v128 val

    Value

    Remarks

    Burst always generates unaligned stores.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, June 9, 2022
    Terms of use