Skip to content

Latest commit

 

History

History
85 lines (43 loc) · 2.38 KB

dx-graphics-hlsl-asint.md

File metadata and controls

85 lines (43 loc) · 2.38 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location
asint
Interprets the bit pattern of x as an integer.
e17e0a11-ef52-4b23-94b8-5db0b18aff4d
asint HLSL
apiref
asint
NA
reference
05/31/2018

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

See also

Intrinsic Functions (DirectX HLSL)