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

Method endFile

scripts/syncgenerator.py:46–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 self.pipeline_order_info = []
45
46 def endFile(self):
47 self.writeFlagDefinitions()
48 self.supportedPipelineStages()
49 self.supportedAccessTypes()
50 self.pipelineOrdering()
51 OutputGenerator.endFile(self)
52
53 def writeBlock(self, basename, contents):
54 """Generate an include file.

Callers

nothing calls this directly

Calls 4

writeFlagDefinitionsMethod · 0.95
supportedAccessTypesMethod · 0.95
pipelineOrderingMethod · 0.95

Tested by

no test coverage detected