MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / destroyObject

Function destroyObject

scripts/generators/generator_utils.py:64–65  ·  view source on GitHub ↗
(command_name: str)

Source from the content-addressed store, hash-verified

62 return any(x in command_name for x in ['Create', 'Allocate', 'Enumerate', 'RegisterDeviceEvent', 'RegisterDisplayEvent', 'AcquirePerformanceConfigurationINTEL'])
63
64def destroyObject(command_name: str):
65 return any(x in command_name for x in ['Destroy', 'Free', 'ReleasePerformanceConfigurationINTEL'])
66
67class PlatformGuardHelper():
68 """Used to elide platform guards together, so redundant #endif then #ifdefs are removed

Callers 4

generateHeaderMethod · 0.90
generateSourceMethod · 0.90
makeThreadUseBlockMethod · 0.90
generateFunctionBodyMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected