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