We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5745c4 commit da92c04Copy full SHA for da92c04
include/nbl/builtin/hlsl/type_traits.hlsl
@@ -693,7 +693,7 @@ struct unsigned_integer_of_size<8>
693
using type = uint64_t;
694
};
695
template<uint16_t bytesize>
696
-using unsigned_integer_of_size_t = unsigned_integer_of_size<bytesize>::type;
+using unsigned_integer_of_size_t = typename unsigned_integer_of_size<bytesize>::type;
697
698
}
699
0 commit comments