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