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