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

Function SetOutputFileName

scripts/base_generator.py:79–81  ·  view source on GitHub ↗
(fileName: str)

Source from the content-addressed store, hash-verified

77
78# Helpers to set GeneratorOptions options globally
79def SetOutputFileName(fileName: str) -> None:
80 global globalFileName
81 globalFileName = fileName
82
83def SetOutputDirectory(directory: str) -> None:
84 global globalDirectory

Callers 5

testVulkanObjectFunction · 0.85
testVulkanObjectSCFunction · 0.85

Calls

no outgoing calls

Tested by 4

testVulkanObjectFunction · 0.68
testVulkanObjectSCFunction · 0.68