MCPcopy Index your code
hub / github.com/KhronosGroup/Vulkan-Docs / endFile

Method endFile

scripts/base_generator.py:1334–1341  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1332 OutputGenerator.beginFile(self, genOpts)
1333
1334 def endFile(self):
1335 # Move parsed definitions to the Video Std definitions
1336 self.vk.videoStd.enums = self.vk.enums
1337 self.vk.videoStd.structs = self.vk.structs
1338 self.vk.videoStd.constants = self.vk.constants
1339
1340 # We intentionally skip default BaseGenerator behavior
1341 OutputGenerator.endFile(self)
1342
1343 def beginFeature(self, interface, emit):
1344 # We intentionally skip default BaseGenerator behavior

Callers

nothing calls this directly

Calls 1

endFileMethod · 0.45

Tested by

no test coverage detected