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 a4dabdf commit 1a32ed2Copy full SHA for 1a32ed2
include/nbl/builtin/hlsl/morton.hlsl
@@ -361,7 +361,6 @@ struct code
361
create(NBL_CONST_REF_ARG(vector<I, D>) cartesian)
362
{
363
this_t retVal;
364
- NBL_ASSERT((impl::verifyAnyBitIntegralVec<I, D, Bits >(cartesian)));
365
assert((impl::verifyAnyBitIntegralVec<I, D, Bits >(cartesian)));
366
using decode_t = typename transcoder_t::decode_t;
367
retVal.value = transcoder_t::encode(_static_cast<decode_t>(cartesian));
0 commit comments