asuint
Interprets the bit pattern of x as an unsigned integer.
| ret asuint(x) |
|---|
Parameters
| Item | Description |
|---|---|
|
x |
[in] The input value. |
Return Value
The input interpreted as an unsigned integer.
Type Description
| Name | Template Type | Component Type | Size |
|---|---|---|---|
| x | scalar, vector, or matrix | float, int | any |
| ret | same as input x | uint | same dimension(s) as input x |
Minimum Shader Model
This function is supported in the following shader models.
| Shader Model | Supported |
|---|---|
| Shader Model 4 and higher shader models | yes |
| Shader Model 3 (DirectX HLSL) | no |
| Shader Model 2 (DirectX HLSL) | no |
| Shader Model 1 (DirectX HLSL) | no |
See also
Send comments about this topic to Microsoft
Build date: 3/5/2013
