redorav / hlslpp

Math library using HLSL syntax with multiplatform SIMD support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clamp() intrinsic is missing overloads for intN

mlangerak opened this issue · comments

HLSL has clamp() intrinsic overloads for float and int base type, but only floatN clamp is implemented in hlslpp.

Fixed via ca9573a