Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


v128x3

Represents a 384-bit SIMD value (Arm only) (a combination of 3 128-bit values, equivalent to Arm Neon *x3 types)
Read time 1 minuteLast updated 13 days ago

Definition

public struct v128x3

Fields

Value

Description

v128_0Get the first 128 bits of the vector
v128_1Get the second 128 bits of the vector
v128_2Get the third 128 bits of the vector

Constructors