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