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:16 UTC
- Date retrieved: 17 May 2022 04:55 UTC
- Permanent URL: http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9592
- Page Version ID: 9592
Citation styles for Example Code
APA style
Example Code. (2013, April 27). OpenGL Wiki, . Retrieved 04:55, May 17, 2022 from http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9592.
MLA style
"Example Code." OpenGL Wiki, . 27 Apr 2013, 02:16 UTC. 17 May 2022, 04:55 <http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9592>.
MHRA style
OpenGL Wiki contributors, 'Example Code', OpenGL Wiki, , 27 April 2013, 02:16 UTC, <http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9592> [accessed 17 May 2022]
Chicago style
OpenGL Wiki contributors, "Example Code," OpenGL Wiki, , http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9592 (accessed May 17, 2022).
CBE/CSE style
OpenGL Wiki contributors. Example Code [Internet]. OpenGL Wiki, ; 2013 Apr 27, 02:16 UTC [cited 2022 May 17]. Available from: http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9592.
Bluebook style
Example Code, http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9592 (last visited May 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=9592", note = "[Online; accessed 17-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=9592}", note = "[Online; accessed 17-May-2022]" }