| Parameter | Description |
|---|---|
| x | The uint bits to copy. |
int The int with the same bit pattern as the input.
Returns the bit pattern of a uint as an int.
| Parameter | Description |
|---|---|
| x | The uint2 bits to copy. |
int2 The int2 with the same bit pattern as the input.
Returns the bit pattern of a uint2 as an int2.
| Parameter | Description |
|---|---|
| x | The uint3 bits to copy. |
int3 The int3 with the same bit pattern as the input.
Returns the bit pattern of a uint3 as an int3.
| Parameter | Description |
|---|---|
| x | The uint4 bits to copy. |
int4 The int4 with the same bit pattern as the input.
Returns the bit pattern of a uint4 as an int4.
| Parameter | Description |
|---|---|
| x | The float bits to copy. |
int The int with the same bit pattern as the input.
Returns the bit pattern of a float as an int.
| Parameter | Description |
|---|---|
| x | The float2 bits to copy. |
int2 The int2 with the same bit pattern as the input.
Returns the bit pattern of a float2 as an int2.
| Parameter | Description |
|---|---|
| x | The float3 bits to copy. |
int3 The int3 with the same bit pattern as the input.
Returns the bit pattern of a float3 as an int3.
| Parameter | Description |
|---|---|
| x | The float4 bits to copy. |
int4 The int4 with the same bit pattern as the input.
Returns the bit pattern of a float4 as an int4.