Skip to content

Commit 07f7a4a

Browse files
author
kevyuu
committed
Remove duplicate partial specialization.
1 parent e2401c6 commit 07f7a4a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/nbl/builtin/hlsl/type_traits.hlsl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -855,9 +855,6 @@ struct float_of_size<8>
855855
template<uint16_t bytesize>
856856
using float_of_size_t = typename float_of_size<bytesize>::type;
857857

858-
template<typename T, int N>
859-
struct extent<vector<T, N>, 0> : integral_constant<uint64_t, N> {};
860-
861858
template<typename T, int N, int M>
862859
struct extent<matrix<T, N, M>, 0> : integral_constant<uint64_t, N> {};
863860

0 commit comments

Comments
 (0)