File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
include/nbl/builtin/hlsl/cpp_compat/impl Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -633,7 +633,7 @@ struct max_helper<T NBL_PARTIAL_REQ_BOT(VECTOR_SPECIALIZATION_CONCEPT) >
633
633
634
634
template<typename LhsT, typename RhsT>
635
635
NBL_PARTIAL_REQ_TOP (concepts::Matrix<LhsT> && concepts::Vector<RhsT> && (matrix_traits<LhsT>::ColumnCount == vector_traits<RhsT>::Dimension))
636
- struct mul_helper<LhsT, RhsT NBL_PARTIAL_REQ_BOT (concepts::Matricial <LhsT> && concepts::Vectorial <RhsT> && (matrix_traits<LhsT>::column_count == vector_traits<RhsT>::Dimension)) >
636
+ struct mul_helper<LhsT, RhsT NBL_PARTIAL_REQ_BOT (concepts::Matrix <LhsT> && concepts::Vector <RhsT> && (matrix_traits<LhsT>::ColumnCount == vector_traits<RhsT>::Dimension)) >
637
637
{
638
638
using lhs_traits = matrix_traits<LhsT>;
639
639
using rhs_traits = vector_traits<RhsT>;
You can’t perform that action at this time.
0 commit comments