Cite This Page
Bibliographic details for GLSL : common mistakes
- Page name: GLSL : common mistakes
- Author: OpenGL Wiki contributors
- Publisher: OpenGL Wiki, .
- Date of last revision: 10 September 2015 22:10 UTC
- Date retrieved: 25 May 2022 15:54 UTC
- Permanent URL: http://www.khronos.org/opengl/wiki_opengl/index.php?title=GLSL_:_common_mistakes&oldid=12709
- Page Version ID: 12709
Citation styles for GLSL : common mistakes
APA style
GLSL : common mistakes. (2015, September 10). OpenGL Wiki, . Retrieved 15:54, May 25, 2022 from http://www.khronos.org/opengl/wiki_opengl/index.php?title=GLSL_:_common_mistakes&oldid=12709.
MLA style
"GLSL : common mistakes." OpenGL Wiki, . 10 Sep 2015, 22:10 UTC. 25 May 2022, 15:54 <http://www.khronos.org/opengl/wiki_opengl/index.php?title=GLSL_:_common_mistakes&oldid=12709>.
MHRA style
OpenGL Wiki contributors, 'GLSL : common mistakes', OpenGL Wiki, , 10 September 2015, 22:10 UTC, <http://www.khronos.org/opengl/wiki_opengl/index.php?title=GLSL_:_common_mistakes&oldid=12709> [accessed 25 May 2022]
Chicago style
OpenGL Wiki contributors, "GLSL : common mistakes," OpenGL Wiki, , http://www.khronos.org/opengl/wiki_opengl/index.php?title=GLSL_:_common_mistakes&oldid=12709 (accessed May 25, 2022).
CBE/CSE style
OpenGL Wiki contributors. GLSL : common mistakes [Internet]. OpenGL Wiki, ; 2015 Sep 10, 22:10 UTC [cited 2022 May 25]. Available from: http://www.khronos.org/opengl/wiki_opengl/index.php?title=GLSL_:_common_mistakes&oldid=12709.
Bluebook style
GLSL : common mistakes, http://www.khronos.org/opengl/wiki_opengl/index.php?title=GLSL_:_common_mistakes&oldid=12709 (last visited May 25, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "OpenGL Wiki", title = "GLSL : common mistakes --- OpenGL Wiki{,} ", year = "2015", url = "http://www.khronos.org/opengl/wiki_opengl/index.php?title=GLSL_:_common_mistakes&oldid=12709", note = "[Online; accessed 25-May-2022]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "OpenGL Wiki", title = "GLSL : common mistakes --- OpenGL Wiki{,} ", year = "2015", url = "\url{http://www.khronos.org/opengl/wiki_opengl/index.php?title=GLSL_:_common_mistakes&oldid=12709}", note = "[Online; accessed 25-May-2022]" }