MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / spvValidatorOptionsDestroy

Function spvValidatorOptionsDestroy

source/spirv_validator_options.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void spvValidatorOptionsDestroy(spv_validator_options options) {
56 delete options;
57}
58
59void spvValidatorOptionsSetUniversalLimit(spv_validator_options options,
60 spv_validator_limit limit_type,

Callers 4

spvValidateBinaryFunction · 0.85
~ValidationStateTestMethod · 0.85
TearDownMethod · 0.85
~ValidatorOptionsFunction · 0.85

Calls

no outgoing calls

Tested by 1

~ValidationStateTestMethod · 0.68