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

Function makeExtensionInclude

scripts/genRef.py:82–89  ·  view source on GitHub ↗

Return an include command for a generated extension interface. - name - extension name

(name)

Source from the content-addressed store, hash-verified

80 specLinkSubstitute = None
81
82def makeExtensionInclude(name):
83 """Return an include command for a generated extension interface.
84 - name - extension name"""
85
86 return 'include::{}/meta/refpage.{}{}[]'.format(
87 conventions.generated_include_path,
88 name,
89 conventions.file_suffix)
90
91
92def makeAPIInclude(type, name):

Callers 1

genExtensionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected