Template:Extref: Difference between revisions
Jump to navigation
Jump to search
EXT example. |
Categorizing templates. |
||
Line 19: | Line 19: | ||
Currently does not work for WGL/GLX extensions. | Currently does not work for WGL/GLX extensions. | ||
[[Category:Inline Formatting Templates]] | |||
</noinclude><includeonly>[http://www.opengl.org/registry/specs/{{{2|ARB}}}/{{{1}}}.txt {{{2|ARB}}}_{{{1}}}]</includeonly> | </noinclude><includeonly>[http://www.opengl.org/registry/specs/{{{2|ARB}}}/{{{1}}}.txt {{{2|ARB}}}_{{{1}}}]</includeonly> |
Latest revision as of 23:07, 5 February 2013
This template represents an inline reference to an extension specification. It will automatically link to its page on the OpenGL registry.
Example:
{{extref|vertex_attrib_binding}}
becomes:
For non-ARB extensions, you can use:
{{extref|texture_swizzle|EXT}}
Which yields:
Currently does not work for WGL/GLX extensions.