mirror of
https://github.com/g-truc/glm.git
synced 2024-11-16 23:04:35 +00:00
Clean up Setup subsection
This commit is contained in:
parent
77721293d3
commit
911e17efa5
@ -115,9 +115,8 @@ Feedback, bug reports, feature requests, and acts upon thereof are highly apprec
|
|||||||
|
|
||||||
\section{Getting Started}
|
\section{Getting Started}
|
||||||
\subsection{Setup}
|
\subsection{Setup}
|
||||||
GLM is a header-only library. Hence, there is nothing to build to use it. To use GLM, a programmer only has to include \verb|<glm/glm.hpp>| in his program. This include provides all the GLSL features implemented by GLM.
|
|
||||||
|
|
||||||
Core GLM features can be included individually to reduce compilation times.
|
GLM is a header-only library, and thus does not need to be compiled. To use GLM, a programmer only has to include the header \glmheader{glm}, which provides GLSL's mathematics functionality.
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item \glmheader{vec2}: \verb|vec2|, \verb|bvec2|, \verb|dvec2|, \verb|ivec2| and \verb|uvec2|
|
\item \glmheader{vec2}: \verb|vec2|, \verb|bvec2|, \verb|dvec2|, \verb|ivec2| and \verb|uvec2|
|
||||||
|
Loading…
Reference in New Issue
Block a user