Cite This Page
Bibliographic details for Code Resources
- Page name: Code Resources
- Author: OpenGL Wiki contributors
- Publisher: OpenGL Wiki, .
- Date of last revision: 1 February 2021 22:28 UTC
- Date retrieved: 4 February 2023 08:07 UTC
- Permanent URL: http://www.khronos.org/opengl/wiki_opengl/index.php?title=Code_Resources&oldid=14748
- Page Version ID: 14748
Citation styles for Code Resources
APA style
Code Resources. (2021, February 1). OpenGL Wiki, . Retrieved 08:07, February 4, 2023 from http://www.khronos.org/opengl/wiki_opengl/index.php?title=Code_Resources&oldid=14748.
MLA style
"Code Resources." OpenGL Wiki, . 1 Feb 2021, 22:28 UTC. 4 Feb 2023, 08:07 <http://www.khronos.org/opengl/wiki_opengl/index.php?title=Code_Resources&oldid=14748>.
MHRA style
OpenGL Wiki contributors, 'Code Resources', OpenGL Wiki, , 1 February 2021, 22:28 UTC, <http://www.khronos.org/opengl/wiki_opengl/index.php?title=Code_Resources&oldid=14748> [accessed 4 February 2023]
Chicago style
OpenGL Wiki contributors, "Code Resources," OpenGL Wiki, , http://www.khronos.org/opengl/wiki_opengl/index.php?title=Code_Resources&oldid=14748 (accessed February 4, 2023).
CBE/CSE style
OpenGL Wiki contributors. Code Resources [Internet]. OpenGL Wiki, ; 2021 Feb 1, 22:28 UTC [cited 2023 Feb 4]. Available from: http://www.khronos.org/opengl/wiki_opengl/index.php?title=Code_Resources&oldid=14748.
Bluebook style
Code Resources, http://www.khronos.org/opengl/wiki_opengl/index.php?title=Code_Resources&oldid=14748 (last visited February 4, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "OpenGL Wiki", title = "Code Resources --- OpenGL Wiki{,} ", year = "2021", url = "http://www.khronos.org/opengl/wiki_opengl/index.php?title=Code_Resources&oldid=14748", note = "[Online; accessed 4-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 = "Code Resources --- OpenGL Wiki{,} ", year = "2021", url = "\url{http://www.khronos.org/opengl/wiki_opengl/index.php?title=Code_Resources&oldid=14748}", note = "[Online; accessed 4-February-2023]" }