MCPcopy 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
51spv_validator_options spvValidatorOptionsCreate(void) {
52 return new spv_validator_options_t;
53}
54
55void spvValidatorOptionsDestroy(spv_validator_options options) {
56 delete options;

Callers 3

spvValidateBinaryFunction · 0.85
ValidationStateTestMethod · 0.85
ValidateBaseMethod · 0.85

Calls

no outgoing calls

Tested by 1

ValidationStateTestMethod · 0.68