MCPcopy
hub / github.com/KhronosGroup/Vulkan-Docs / formatExtension

Method formatExtension

scripts/vkconventions.py:67–69  ·  view source on GitHub ↗

Mark up an extension name as a link in the spec.

(self, name)

Source from the content-addressed store, hash-verified

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):

Callers 4

genEnumTableMethod · 0.45
conditionalLinkExtMethod · 0.45
endFileMethod · 0.45
makeReturnCodeListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected