hlslpp icon indicating copy to clipboard operation
hlslpp copied to clipboard

Add overloads for float

Open redorav opened this issue 4 years ago • 0 comments

It is ambiguous to do things like hlslpp::radians(0.3f) because float can be implicitly converted to floatN. Even if it's not the purpose of hlsl++ to provide scalar versions of these functions it's probably not hard and makes it more complete

redorav avatar Jan 24 '21 17:01 redorav