docs.unity.cn
    Show / Hide Table of Contents

    Method storeu_ps

    storeu_ps(Void*, v128)

    Store 128-bits (composed of 4 packed single-precision (32-bit) floating-point elements) from a into memory. mem_addr does not need to be aligned on any particular boundary.

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

    Pointer

    v128 val

    Value vector

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