Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/SPIRV-Tools
/ spvValidatorOptionsCreate
Function
spvValidatorOptionsCreate
source/spirv_validator_options.cpp:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
spv_validator_options spvValidatorOptionsCreate(void) {
52
return new spv_validator_options_t;
53
}
54
55
void spvValidatorOptionsDestroy(spv_validator_options options) {
56
delete options;
Callers
3
spvValidateBinary
Function · 0.85
ValidationStateTest
Method · 0.85
ValidateBase
Method · 0.85
Calls
no outgoing calls
Tested by
1
ValidationStateTest
Method · 0.68