Cite This Page
Bibliographic details for Example Code
- Page name: Example Code
- Author: OpenGL Wiki contributors
- Publisher: OpenGL Wiki, .
- Date of last revision: 22 January 2013 04:37 UTC
- Date retrieved: 17 August 2022 20:36 UTC
- Permanent URL: http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=8542
- Page Version ID: 8542
Citation styles for Example Code
APA style
Example Code. (2013, January 22). OpenGL Wiki, . Retrieved 20:36, August 17, 2022 from http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=8542.
MLA style
"Example Code." OpenGL Wiki, . 22 Jan 2013, 04:37 UTC. 17 Aug 2022, 20:36 <http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=8542>.
MHRA style
OpenGL Wiki contributors, 'Example Code', OpenGL Wiki, , 22 January 2013, 04:37 UTC, <http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=8542> [accessed 17 August 2022]
Chicago style
OpenGL Wiki contributors, "Example Code," OpenGL Wiki, , http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=8542 (accessed August 17, 2022).
CBE/CSE style
OpenGL Wiki contributors. Example Code [Internet]. OpenGL Wiki, ; 2013 Jan 22, 04:37 UTC [cited 2022 Aug 17]. Available from: http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=8542.
Bluebook style
Example Code, http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=8542 (last visited August 17, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "OpenGL Wiki", title = "Example Code --- OpenGL Wiki{,} ", year = "2013", url = "http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=8542", note = "[Online; accessed 17-August-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 = "Example Code --- OpenGL Wiki{,} ", year = "2013", url = "\url{http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=8542}", note = "[Online; accessed 17-August-2022]" }