docs.unity.cn
    Show / Hide Table of Contents

    Method loadu_ps

    loadu_ps(Void*)

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

    Declaration
    public static v128 loadu_ps(void *ptr)
    Parameters
    Type Name Description
    Void* ptr

    Pointer

    Returns
    Type Description
    v128

    Vector

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