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