Template:Extref: Difference between revisions
Jump to navigation
Jump to search
Now provides text. |
EXT example. |
||
Line 8: | Line 8: | ||
{{extref|vertex_attrib_binding}} | {{extref|vertex_attrib_binding}} | ||
For non-ARB extensions, you can use: | |||
<nowiki>{{extref|texture_swizzle|EXT}}</nowiki> | |||
Which yields: | |||
{{extref|texture_swizzle|EXT}} | |||
Currently does not work for WGL/GLX extensions. | |||
</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> |
Revision as of 22:49, 7 September 2012
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.