Skip to content

Commit

Permalink
Merge pull request g-truc#908 from Zuzu-Typ/2019-06-03-09-25
Browse files Browse the repository at this point in the history
Fixed copy and paste errors g-truc#908
  • Loading branch information
Groovounet authored Jun 21, 2019
2 parents 6cd38b9 + b15bbff commit 7d6145e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions glm/gtc/packing.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ namespace glm



/// Convert each component from an integer vector into a packed unsigned integer.
/// Convert each component from an integer vector into a packed integer.
///
/// @see gtc_packing
/// @see i8vec2 unpackInt2x8(int16 p)
Expand All @@ -625,7 +625,7 @@ namespace glm
/// @see uint16 packInt2x8(u8vec2 const& v)
GLM_FUNC_DECL u8vec2 unpackUint2x8(uint16 p);

/// Convert each component from an integer vector into a packed unsigned integer.
/// Convert each component from an integer vector into a packed integer.
///
/// @see gtc_packing
/// @see i8vec4 unpackInt4x8(int32 p)
Expand All @@ -649,7 +649,7 @@ namespace glm
/// @see uint32 packUint4x8(u8vec2 const& v)
GLM_FUNC_DECL u8vec4 unpackUint4x8(uint32 p);

/// Convert each component from an integer vector into a packed unsigned integer.
/// Convert each component from an integer vector into a packed integer.
///
/// @see gtc_packing
/// @see i16vec2 unpackInt2x16(int p)
Expand All @@ -661,7 +661,7 @@ namespace glm
/// @see int packInt2x16(i16vec2 const& v)
GLM_FUNC_DECL i16vec2 unpackInt2x16(int p);

/// Convert each component from an integer vector into a packed unsigned integer.
/// Convert each component from an integer vector into a packed integer.
///
/// @see gtc_packing
/// @see i16vec4 unpackInt4x16(int64 p)
Expand Down Expand Up @@ -697,7 +697,7 @@ namespace glm
/// @see uint64 packUint4x16(u16vec4 const& v)
GLM_FUNC_DECL u16vec4 unpackUint4x16(uint64 p);

/// Convert each component from an integer vector into a packed unsigned integer.
/// Convert each component from an integer vector into a packed integer.
///
/// @see gtc_packing
/// @see i32vec2 unpackInt2x32(int p)
Expand Down

0 comments on commit 7d6145e

Please sign in to comment.