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