Skip to content

Commit 5462fe3

Browse files
author
devsh
committed
Ready for Arek to work his magic
1 parent b8c42b2 commit 5462fe3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

include/nbl/builtin/hlsl/math/linalg/fast_affine.hlsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ template<typename T, int N>
126126
struct cofactors
127127
{
128128
using pseudo_base_t = cofactors_base<T,N>;
129-
using matrix_t = pseudo_base_t::matrix_t;
130-
using vector_t = pseudo_base_t::vector_t;
129+
using matrix_t = typename pseudo_base_t::matrix_t;
130+
using vector_t = typename pseudo_base_t::vector_t;
131131
using mask_t = unsigned_integer_of_size_t<sizeof(T)>;
132132

133133
static inline cofactors<T,3> create(NBL_CONST_REF_ARG(matrix_t) val)

0 commit comments

Comments
 (0)