Skip to content

Commit 1a32ed2

Browse files
author
kevyuu
committed
Remove NBL_ASSERT usage
1 parent a4dabdf commit 1a32ed2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/nbl/builtin/hlsl/morton.hlsl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ struct code
361361
create(NBL_CONST_REF_ARG(vector<I, D>) cartesian)
362362
{
363363
this_t retVal;
364-
NBL_ASSERT((impl::verifyAnyBitIntegralVec<I, D, Bits >(cartesian)));
365364
assert((impl::verifyAnyBitIntegralVec<I, D, Bits >(cartesian)));
366365
using decode_t = typename transcoder_t::decode_t;
367366
retVal.value = transcoder_t::encode(_static_cast<decode_t>(cartesian));

0 commit comments

Comments
 (0)