signMask property

int get signMask

The sign bits of each lane as single bits.

The sign bits of each lane's 32-bit floating point value are stored in the low four bits of this value:

  • The x lane in bit 0.
  • The y lane in bit 1.
  • The z lane in bit 2.
  • The w lane in bit 3.

Implementation

int get signMask;