mirror of
https://github.com/g-truc/glm.git
synced 2024-11-16 23:04:35 +00:00
Fix typos in Known Issues
This commit is contained in:
parent
4e28ea8eff
commit
125c3bdf44
@ -1216,7 +1216,7 @@ GLM supports GLSL precision qualifiers through prefixes instead of keywords. For
|
||||
As in GLSL, GLM precision qualifiers are used to exchange precision for performance. By default, all types use high precision.
|
||||
|
||||
\begin{glslcode}
|
||||
// Using precision qualifier in GLSL:
|
||||
// Using precision qualifiers in GLSL:
|
||||
|
||||
ivec3 foo(in vec4 v)
|
||||
{
|
||||
@ -1229,7 +1229,7 @@ ivec3 foo(in vec4 v)
|
||||
\end{glslcode}
|
||||
|
||||
\begin{cppcode}
|
||||
// Using precision qualifier in GLM:
|
||||
// Using precision qualifiers in GLM:
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
ivec3 foo(const vec4 & v)
|
||||
|
Loading…
Reference in New Issue
Block a user