Shader Model 5 Intrinsic Functions
Shader Model 5 implements the intrinsic functions from Shader Model 4 and below (see Intrinsic Functions (DirectX HLSL) for a complete list of supported functions), as well as the following new functions:
- AllMemoryBarrier
- AllMemoryBarrierWithGroupSync
- asdouble
- asuint
- countbits
- ddx_coarse
- ddy_coarse
- DeviceMemoryBarrier
- DeviceMemoryBarrierWithGroupSync
- EvaluateAttributeCentroid
- EvaluateAttributeAtSample
- f16tof32
- f32tof16
- firstbithigh
- firstbitlow
- fma
- GroupMemoryBarrier
- GroupMemoryBarrierWithGroupSync
- InterlockedAdd
- InterlockedAnd
- InterlockedCompareExchange
- InterlockedCompareStore
- InterlockedExchange
- InterlockedMax
- InterlockedMin
- InterlockedOr
- InterlockedXor
- msad4
- Process2DQuadTessFactorsAvg
- Process2DQuadTessFactorsMax
- Process2DQuadTessFactorsMin
- ProcessIsolineTessFactors
- ProcessQuadTessFactorsAvg
- ProcessQuadTessFactorsMax
- ProcessQuadTessFactorsMin
- ProcessTriTessFactorsAvg
- ProcessTriTessFactorsMax
- ProcessTriTessFactorsMin
- rcp
- reversebits
Related topics