Cite This Page
Bibliographic details for Example Code
- Page name: Example Code
- Author: OpenGL Wiki contributors
- Publisher: OpenGL Wiki, .
- Date of last revision: 21 March 2013 01:35 UTC
- Date retrieved: 7 February 2023 15:44 UTC
- Permanent URL: http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9466
- Page Version ID: 9466
Citation styles for Example Code
APA style
Example Code. (2013, March 21). OpenGL Wiki, . Retrieved 15:44, February 7, 2023 from http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9466.
MLA style
"Example Code." OpenGL Wiki, . 21 Mar 2013, 01:35 UTC. 7 Feb 2023, 15:44 <http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9466>.
MHRA style
OpenGL Wiki contributors, 'Example Code', OpenGL Wiki, , 21 March 2013, 01:35 UTC, <http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9466> [accessed 7 February 2023]
Chicago style
OpenGL Wiki contributors, "Example Code," OpenGL Wiki, , http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9466 (accessed February 7, 2023).
CBE/CSE style
OpenGL Wiki contributors. Example Code [Internet]. OpenGL Wiki, ; 2013 Mar 21, 01:35 UTC [cited 2023 Feb 7]. Available from: http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9466.
Bluebook style
Example Code, http://www.khronos.org/opengl/wiki_opengl/index.php?title=Example_Code&oldid=9466 (last visited February 7, 2023).
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=9466", note = "[Online; accessed 7-February-2023]" }
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=9466}", note = "[Online; accessed 7-February-2023]" }