Skip to content

Commit ded5d8f

Browse files
author
kevyuu
committed
Fix misplaced #endif in functional.hlsl
1 parent 70a88fa commit ded5d8f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

include/nbl/builtin/hlsl/functional.hlsl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -482,10 +482,7 @@ struct NAME<T NBL_PARTIAL_REQ_BOT(concepts::Scalar<T> || concepts::Vector<T> ||
482482
NBL_UNARY_OP_SPECIALIZATION(bit_not, ~)
483483
NBL_UNARY_OP_SPECIALIZATION(negate, -)
484484

485-
486-
487-
#endif
488485
} //namespace nbl
489486
} //namespace hlsl
490487

491-
#endif
488+
#endif

0 commit comments

Comments
 (0)