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