We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e35cf commit 062ce7bCopy full SHA for 062ce7b
include/nbl/builtin/hlsl/morton.hlsl
@@ -326,7 +326,7 @@ struct code
326
* @param [in] cartesian Coordinates to encode. Signedness MUST match the signedness of this Morton code class
327
*/
328
template<typename I>
329
- NBL_CONSTEXPR_STATIC enable_if_t<is_integral_v<I> && is_scalar_v<I> && (is_signed_v<I> == Signed) && (8 * sizeof(I) >= Bits), this_t>
+ NBL_CONSTEXPR_STATIC enable_if_t<is_integral_v<I> && is_scalar_v<I> && (is_signed_v<I> == Signed), this_t>
330
create(NBL_CONST_REF_ARG(vector<I, D>) cartesian)
331
{
332
this_t retVal;
0 commit comments