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