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