- More documentation
This commit is contained in:
@@ -60,7 +60,7 @@ struct vector_base_type_helper
|
||||
/// \tparam IndicesV Indices of the vector to pull from
|
||||
template<size_t...IndicesV> struct SwizzleGen
|
||||
{
|
||||
// \brief generated swizzle type
|
||||
/// \brief generated swizzle type
|
||||
using type = swizzle<VectorT, DataT, ScalarT, IndicesV...>;
|
||||
};
|
||||
|
||||
@@ -68,7 +68,7 @@ struct vector_base_type_helper
|
||||
/// \tparam IndicesV Indices of the vector to pull from
|
||||
template<size_t IndexV> struct SwizzleGen<IndexV>
|
||||
{
|
||||
// \brief decayed scalar type
|
||||
/// \brief decayed scalar type
|
||||
using type = ScalarT;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user