Mark up an extension name as a link in the spec.
(self, name)
| 65 | return f'<<versions-{version}, Vulkan Version {version}>>' |
| 66 | |
| 67 | def formatExtension(self, name): |
| 68 | """Mark up an extension name as a link in the spec.""" |
| 69 | return f'apiext:{name}' |
| 70 | |
| 71 | @property |
| 72 | def struct_macro(self): |
no outgoing calls
no test coverage detected