Clean up OpenGL Specifications

This commit is contained in:
Jesse Talavera-Greenberg 2015-11-27 17:25:44 -05:00
parent 17c854c9ef
commit 27076fc593

View File

@ -1302,10 +1302,14 @@ vec3 lighting
\item \href{http://www.g-truc.net}{G-Truc Creation's Website}
\end{itemize}
9.2. OpenGL specifications
- OpenGL 4.3 core specification
- GLSL 4.30 specification
- GLU 1.3 specification
\subsection{OpenGL Specifications}
\begin{itemize}
\item \href{http://www.opengl.org/registry/doc/glspec43.core.20120806.withchanges.pdf}{OpenGL 4.3 core specification}
\item \href{http://www.opengl.org/registry/doc/GLSLangSpec.4.30.7.diff.pdf}{GLSL 4.30 specification}
\item \href{http://www.opengl.org/documentation/specs/glu/glu1_3.pdf}{GLU 1.3 specification}
\end{itemize}
9.3. External links
- The OpenGL Toolkits forum to ask questions about GLM
9.4. Projects using GLM