Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
void spvValidatorOptionsDestroy(spv_validator_options options) {
56
delete options;
57
}
58
59
void spvValidatorOptionsSetUniversalLimit(spv_validator_options options,
60
spv_validator_limit limit_type,
Callers
4
spvValidateBinary
Function · 0.85
~ValidationStateTest
Method · 0.85
TearDown
Method · 0.85
~ValidatorOptions
Function · 0.85
Calls
no outgoing calls
Tested by
1
~ValidationStateTest
Method · 0.68