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: 14 June 2012 00:22 UTC
- Date retrieved: 18 August 2022 08:34 UTC
- Permanent URL: http://www.khronos.org/opengl/wiki_opengl/index.php?title=Vertex_Specification_Best_Practices&oldid=6355
- Page Version ID: 6355
Citation styles for Vertex Specification Best Practices
APA style
Vertex Specification Best Practices. (2012, June 14). OpenGL Wiki, . Retrieved 08:34, August 18, 2022 from http://www.khronos.org/opengl/wiki_opengl/index.php?title=Vertex_Specification_Best_Practices&oldid=6355.
MLA style
"Vertex Specification Best Practices." OpenGL Wiki, . 14 Jun 2012, 00:22 UTC. 18 Aug 2022, 08:34 <http://www.khronos.org/opengl/wiki_opengl/index.php?title=Vertex_Specification_Best_Practices&oldid=6355>.
MHRA style
OpenGL Wiki contributors, 'Vertex Specification Best Practices', OpenGL Wiki, , 14 June 2012, 00:22 UTC, <http://www.khronos.org/opengl/wiki_opengl/index.php?title=Vertex_Specification_Best_Practices&oldid=6355> [accessed 18 August 2022]
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=6355 (accessed August 18, 2022).
CBE/CSE style
OpenGL Wiki contributors. Vertex Specification Best Practices [Internet]. OpenGL Wiki, ; 2012 Jun 14, 00:22 UTC [cited 2022 Aug 18]. Available from: http://www.khronos.org/opengl/wiki_opengl/index.php?title=Vertex_Specification_Best_Practices&oldid=6355.
Bluebook style
Vertex Specification Best Practices, http://www.khronos.org/opengl/wiki_opengl/index.php?title=Vertex_Specification_Best_Practices&oldid=6355 (last visited August 18, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "OpenGL Wiki", title = "Vertex Specification Best Practices --- OpenGL Wiki{,} ", year = "2012", url = "http://www.khronos.org/opengl/wiki_opengl/index.php?title=Vertex_Specification_Best_Practices&oldid=6355", note = "[Online; accessed 18-August-2022]" }
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 = "2012", url = "\url{http://www.khronos.org/opengl/wiki_opengl/index.php?title=Vertex_Specification_Best_Practices&oldid=6355}", note = "[Online; accessed 18-August-2022]" }