asint
Interprets the bit pattern of x as an integer.
ret asint(x) |
---|
Parameters
Item | Description |
---|---|
x |
[in] The input value. |
Return Value
The input interpreted as an integer.
Type Description
Name | Template Type | Component Type | Size |
---|---|---|---|
x | scalar, vector, or matrix | float, uint | any |
ret | same as input x | int | 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 |