Cite This Page
Bibliographic details for Example Code
- Page name: Example Code
- Author: OpenGL Wiki contributors
- Publisher: OpenGL Wiki, .
- Date of last revision: 27 April 2013 02:19 UTC
- Date retrieved: 23 May 2022 05:35 UTC
- Permanent URL: http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9593
- Page Version ID: 9593
Citation styles for Example Code
APA style
Example Code. (2013, April 27). OpenGL Wiki, . Retrieved 05:35, May 23, 2022 from http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9593.
MLA style
"Example Code." OpenGL Wiki, . 27 Apr 2013, 02:19 UTC. 23 May 2022, 05:35 <http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9593>.
MHRA style
OpenGL Wiki contributors, 'Example Code', OpenGL Wiki, , 27 April 2013, 02:19 UTC, <http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9593> [accessed 23 May 2022]
Chicago style
OpenGL Wiki contributors, "Example Code," OpenGL Wiki, , http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9593 (accessed May 23, 2022).
CBE/CSE style
OpenGL Wiki contributors. Example Code [Internet]. OpenGL Wiki, ; 2013 Apr 27, 02:19 UTC [cited 2022 May 23]. Available from: http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9593.
Bluebook style
Example Code, http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9593 (last visited May 23, 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=9593", note = "[Online; accessed 23-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 = "Example Code --- OpenGL Wiki{,} ", year = "2013", url = "\url{http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9593}", note = "[Online; accessed 23-May-2022]" }